octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 23:50:38 +08:00
Fix for @covers annotations
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 1 changed files with 2 additions and 2 deletions
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user