| 1234567891011121314 | <?php$I = new CliGuy($scenario);$I->wantTo('generate test scenario');$I->amInPath('tests/data/sandbox');$I->executeCommand('generate:scenarios dummy');$I->seeFileFound('File_Exists.txt', 'tests/_data/scenarios');$I->seeFileContentsEqual(<<<EOFI WANT TO CHECK CONFIG EXISTSI see file found "\$codeception"EOF);
 |