mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	Fix for @covers annotations
				
					
				
			This commit is contained in:
		@ -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()
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user