public function configStartWithWrongPath(CliGuy $I) { $I->wantTo('start codeception with wrong path to a codeception.yml file'); $I->amInPath('tests/data/register_command/'); $I->executeFailCommand('-c no/exists/codeception.yml'); $I->seeInShellOutput('Your configuration file `no/exists/codeception.yml` could not be found.'); }