Viewing File: /usr/local/cpanel/3rdparty/wpinstaller/vendor/phpunit/phpunit/tests/_files/TestTestError.php

<?php
use PHPUnit\Framework\TestCase;

class TestError extends TestCase
{
    protected function runTest()
    {
        throw new Exception;
    }
}
Back to Directory File Manager