init
This commit is contained in:
14
vendor/codeception/base/tests/cli/GenerateScenariosCept.php
vendored
Normal file
14
vendor/codeception/base/tests/cli/GenerateScenariosCept.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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(<<<EOF
|
||||
I WANT TO CHECK CONFIG EXISTS
|
||||
|
||||
I see file found "\$codeception"
|
||||
|
||||
|
||||
EOF
|
||||
);
|
||||
Reference in New Issue
Block a user