mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -27,7 +27,7 @@ class ResponseTest extends \yiiunit\TestCase
|
||||
*/
|
||||
public $response;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->mockWebApplication([
|
||||
|
||||
Reference in New Issue
Block a user