Fix for @covers annotations

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
DaSourcerer
2014-08-16 22:09:09 +02:00
gitea-unlock(16/)
parent 83872ff853
commit 528e12f499

4
tests/unit/framework/filters/HttpCacheTest.php
View File

@@ -29,7 +29,7 @@ class HttpCacheTest extends \yiiunit\TestCase
} }
/** /**
* @covers HttpCache::validateCache * @covers yii\filters\HttpCache::validateCache
*/ */
public function testValidateCache() public function testValidateCache()
{ {
@@ -50,7 +50,7 @@ class HttpCacheTest extends \yiiunit\TestCase
} }
/** /**
* @covers HttpCache::generateEtag * @covers yii\filters\HttpCache::generateEtag
*/ */
public function testGenerateEtag() public function testGenerateEtag()
{ {