IOP-Patho/vendor/codeception/base/tests/cli/RunIncompleteCept.php

8 lines
299 B
PHP
Raw Permalink Normal View History

2025-07-17 08:28:28 +00:00
<?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!');