mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 10:39:59 +08:00 
			
		
		
		
	Raise version min PHP 7.3.
				
					
				
			This commit is contained in:
		| @ -24,7 +24,7 @@ class ViewTest extends TestCase | ||||
|      */ | ||||
|     protected $testViewPath = ''; | ||||
|  | ||||
|     public function setUp() | ||||
|     protected function setUp(): void | ||||
|     { | ||||
|         parent::setUp(); | ||||
|  | ||||
| @ -33,7 +33,7 @@ class ViewTest extends TestCase | ||||
|         FileHelper::createDirectory($this->testViewPath); | ||||
|     } | ||||
|  | ||||
|     public function tearDown() | ||||
|     protected function tearDown(): void | ||||
|     { | ||||
|         FileHelper::removeDirectory($this->testViewPath); | ||||
|         parent::tearDown(); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Wilmer Arambula
					Wilmer Arambula