mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-01 03:26:36 +08:00 
			
		
		
		
	Raise version min PHP 7.3.
				
					
				
			This commit is contained in:
		| @ -17,7 +17,7 @@ use yii\widgets\ActiveForm; | ||||
|  */ | ||||
| class ActiveFormTest extends \yiiunit\TestCase | ||||
| { | ||||
|     protected function setUp() | ||||
|     protected function setUp(): void | ||||
|     { | ||||
|         parent::setUp(); | ||||
|         $this->mockApplication(); | ||||
| @ -110,6 +110,8 @@ HTML | ||||
|  | ||||
|     public function testRegisterClientScript() | ||||
|     { | ||||
|         $this->expectNotToPerformAssertions(); | ||||
|  | ||||
|         $this->mockWebApplication(); | ||||
|         $_SERVER['REQUEST_URI'] = 'http://example.com/'; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Wilmer Arambula
					Wilmer Arambula