Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/codeception/base/tests/cli/
Upload File :
Current File : /var/www/html/dyna-hr/vendor/codeception/base/tests/cli/RunSkippedCept.php

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