Raise version min PHP 7.3.

This commit is contained in:
Wilmer Arambula
2024-03-20 17:27:20 -03:00
parent e2a167028b
commit ce813e5060
189 changed files with 1901 additions and 1586 deletions

View File

@ -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/';