You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpclassTestextendsPHPUnit_Framework_TestCase
{
/** * @todo Implement this test */publicfunctiontestOne()
{
$this->markTestIncomplete();
}
}
$ phpunit --disallow-todo-tests Test
PHPUnit 4.3.1 by Sebastian Bergmann.
RI
Time: 53 ms, Memory: 4.00Mb
OK, but incomplete, skipped, or risky tests!
Tests: 1, Assertions: 0, Incomplete: 1, Risky: 1.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: