File "ThrowExceptionTestCase.php"

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

<?php
class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase
{
    public function test()
    {
        throw new RuntimeException('A runtime error occurred');
    }
}