AIParking_Intops_Server/vendor/codeception/base/tests/cli/RunIncompleteCept.php
2020-02-01 16:47:12 +07:00

8 lines
299 B
PHP

<?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!');