D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Filename :
ThrowExceptionTestCase.php
back
Copy
<?php class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase { public function test() { throw new RuntimeException('A runtime error occurred'); } }