yiisoft / yii2-app-advanced

Yii 2.0 Advanced Application Template
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
1.66k stars 1.28k forks source link

Make tests compatible with PHP 8.1 and Codeception 5 #518

Closed developedsoftware closed 2 years ago

developedsoftware commented 2 years ago
Q A
Is bugfix? no
New feature? yes
Breaks BC? no
Tests pass? yes
Fixed issues #517

Related pull request is open here https://github.com/Codeception/module-yii2/pull/63

Changes here will fix the failing tests in the yii2 codeception module (running codecept 5)

Screenshot 2022-02-23 at 18 16 52
TavoNiievez commented 2 years ago

@samdark @SamMousa

schmunk42 commented 2 years ago

Just for reference: https://github.com/yiisoft/yii2-docker/runs/5302478716?check_suite_focus=true - I also ran into the problem with 8.1

samdark commented 2 years ago

Thanks!