Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/1468/Issue1468Test.php
<?php
use PHPUnit\Framework\TestCase;

class
Issue1468Test extends TestCase
{
   
/**
     * @todo Implement this test
     */
   
public function testFailure()
    {
       
$this->markTestIncomplete();
    }
}