%PDF- %PDF-
Direktori : /var/www/html/coding/vendor/phpunit/phpunit/tests/_files/ |
Current File : /var/www/html/coding/vendor/phpunit/phpunit/tests/_files/RequirementsClassBeforeClassHookTest.php |
<?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.'); } }