File "TestTestError.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/TestTestError.php
File size: 135 bytes
MIME-type: --
Charset: utf-8

<?php
class TestError extends PHPUnit_Framework_TestCase
{
    protected function runTest()
    {
        throw new Exception;
    }
}