Yii 2 has officially maintained integration with Codeception
testing
framework that allows you to create the following test types:
Yii provides ready to use test sets for all three test types in both
yii2-basic
and
yii2-advanced
project templates.
Codeception comes preinstalled with both basic and advanced project templates. In case you are not using one of these templates, Codeception could be installed by issuing the following console commands:
composer require --dev codeception/codeception
composer require --dev codeception/specify
composer require --dev codeception/verify
Found a typo or you think this page needs improvement?
Edit it on github !
Signup or Login in order to comment.