init
This commit is contained in:
13
vendor/codeception/base/tests/cli/BuildCept.php
vendored
Normal file
13
vendor/codeception/base/tests/cli/BuildCept.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// @group core
|
||||
|
||||
$I = new CliGuy($scenario);
|
||||
$I->wantToTest('build command');
|
||||
$I->runShellCommand('php codecept build');
|
||||
$I->seeInShellOutput('generated successfully');
|
||||
$I->seeInSupportDir('CodeGuy.php');
|
||||
$I->seeInSupportDir('CliGuy.php');
|
||||
$I->seeInThisFile('class CliGuy extends \Codeception\Actor');
|
||||
$I->seeInThisFile('use _generated\CliGuyActions');
|
||||
$I->seeFileFound('CliGuyActions.php', 'tests/support/_generated');
|
||||
$I->seeInThisFile('seeFileFound(');
|
||||
Reference in New Issue
Block a user