init
This commit is contained in:
7
vendor/codeception/base/tests/cli/RunIncompleteCept.php
vendored
Normal file
7
vendor/codeception/base/tests/cli/RunIncompleteCept.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$I = new CliGuy($scenario);
|
||||
$I->wantTo('execute incomplete test');
|
||||
$I->amInPath('tests/data/sandbox');
|
||||
$I->executeCommand('run skipped IncompleteMeCept.php');
|
||||
$I->seeInShellOutput("I IncompleteMeCept: Make it incomplete");
|
||||
$I->seeInShellOutput('OK, but incomplete, skipped, or risky tests!');
|
||||
Reference in New Issue
Block a user