init
This commit is contained in:
7
vendor/codeception/base/tests/cli/GenerateStepObjectCept.php
vendored
Normal file
7
vendor/codeception/base/tests/cli/GenerateStepObjectCept.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$I = new CliGuy\GeneratorSteps($scenario);
|
||||
$I->wantTo('generate step object');
|
||||
$I->amInPath('tests/data/sandbox');
|
||||
$I->executeCommand('generate:stepobject dummy Login --silent');
|
||||
$I->seeFileWithGeneratedClass('Login', 'tests/_support/Step/Dummy');
|
||||
$I->seeInThisFile('Login extends \DumbGuy');
|
||||
Reference in New Issue
Block a user