Blame view

vendor/codeception/base/tests/cli/RunIncompleteCept.php 299 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
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!');