Your IP : 216.73.216.79


Current Path : /var/www/html/hr/vendor/codeception/base/tests/cli/
Upload File :
Current File : /var/www/html/hr/vendor/codeception/base/tests/cli/RunIncompleteCept.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!');