Could not open input file: codeception\bin\yii_acceptance

According to [color="#0000FF"]This readme.md[/color], there is a error.

At step 3, when I run "codeception/bin/yii migrate", CMD says:Could not open input file: X:\…\codeception\bin\yii_acceptance

In \tests\codeception\bin\yii.bat, on line 18, the code is ""%PHP_COMMAND%" "%YII_PATH%yii_acceptance" %*"

IS this error from it?

How to correct this error?

Thanks.

Yes. Should be just yii, not yii_acceptance. Just fixed it in master. Should be OK in 2.0.1.

Thanks for reporting.