Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/ThrowExceptionTestCase.php
<?php
class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase
{
    public function test()
    {
        throw new RuntimeException('A runtime error occurred');
    }
}