Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/Regression/GitHub/1468/Issue1468Test.php
<?php
use PHPUnit\Framework\TestCase;
class Issue1468Test extends TestCase
{
/**
* @todo Implement this test
*/
public function testFailure()
{
$this->markTestIncomplete();
}
}