D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Filename :
RequirementsClassBeforeClassHookTest.php
back
Copy
<?php /** * @requires extension nonExistingExtension */ class RequirementsClassBeforeClassHookTest extends PHPUnit_Framework_TestCase { public static function setUpBeforeClass() { throw new Exception(__METHOD__ . ' should not be called because of class requirements.'); } }