Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/Failure.php
<?php
use PHPUnit\Framework\TestCase;

class Failure extends TestCase
{
    protected function runTest()
    {
        $this->fail();
    }
}