RunIncompleteCept.php 299 B

1234567
  1. <?php
  2. $I = new CliGuy($scenario);
  3. $I->wantTo('execute incomplete test');
  4. $I->amInPath('tests/data/sandbox');
  5. $I->executeCommand('run skipped IncompleteMeCept.php');
  6. $I->seeInShellOutput("I IncompleteMeCept: Make it incomplete");
  7. $I->seeInShellOutput('OK, but incomplete, skipped, or risky tests!');