Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/TestTestError.php
<?php
class TestError extends PHPUnit_Framework_TestCase
{
    protected function runTest()
    {
        throw new Exception;
    }
}