mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Fix codestyle in build and tests (#20586)
				
					
				
			This commit is contained in:
		@ -1,4 +1,5 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @link https://www.yiiframework.com/
 | 
			
		||||
 * @copyright Copyright (c) 2008 Yii Software LLC
 | 
			
		||||
@ -141,7 +142,7 @@ class CacheControllerTest extends TestCase
 | 
			
		||||
    {
 | 
			
		||||
        $this->expectException('yii\console\Exception');
 | 
			
		||||
        $this->expectExceptionMessage('You should specify cache components names');
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        $this->_cacheController->actionFlush();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user