RunSkippedCept.php 325 B

123456789
  1. <?php
  2. $I = new CliGuy($scenario);
  3. $I->wantTo('run skipped test');
  4. $I->amInPath('tests/data/sandbox');
  5. $I->executeCommand('run skipped SkipMeCept.php');
  6. $I->seeInShellOutput("S SkipMeCept: Skip it");
  7. $I->seeInShellOutput('OK, but incomplete, skipped, or risky tests!');
  8. $I->seeInShellOutput('run with `-v` to get more info');