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

class TestError extends TestCase
{
    protected function runTest()
    {
        throw new Exception;
    }
}