ドキュメントにはphp codecept.phar run
、テストを実行するために実行するように書かれていますが、これはエラーだと思います。
php vendor/codeception/codeception/package/codecept.phar run acceptance
テストを実行するとき、または
テストvendor/bin/codecept run acceptance EditUserCept
を実行するときに表示されるのは次のとおりです。EditUserCept.php
run [suite] [test]
ドキュメントは間違っていますか?