Commit 528e12f4 by DaSourcerer

Fix for `@covers` annotations

parent 83872ff8
......@@ -29,7 +29,7 @@ class HttpCacheTest extends \yiiunit\TestCase
}
/**
* @covers HttpCache::validateCache
* @covers yii\filters\HttpCache::validateCache
*/
public function testValidateCache()
{
......@@ -50,7 +50,7 @@ class HttpCacheTest extends \yiiunit\TestCase
}
/**
* @covers HttpCache::generateEtag
* @covers yii\filters\HttpCache::generateEtag
*/
public function testGenerateEtag()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment