Where Is The Codeception Binary?

Hi guys,

I’m working on a Yii2 project and want to introduce some testing. I have added phpunit and Codeception into composer.json and ran update. I see that it installed phpinto into vendor/bin but I can’t see one for Codeception. Have I missed something?

I want to create tests by using commands like:


php codecept.phar generate:phpunit unit Example

as found on this page: http://codeception.com/docs/06-UnitTests

My Codeception line in composer.json is "yiisoft/yii2-codeception": "*"

I’m struggling to find a good tutorial for Yii2 to get started with testing. Could someone point me to their favourite guide?