Categories
websites

Codeception with Yii Part 1 – Acceptance Tests

I will be working with a default, standard, bare Yii webapp generated from the command line – called yiicodecept. > yiic webapp yiicodecept !Important! For starters, delete the protected/tests directory – Codeception will create what it needs in there. We generally follow Codeception install instructions here: http://codeception.com/quickstart Summary: Save .phar to root/protected of webapp (yiicodecept/protected) […]