Directory : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/_files/ |
Current File : //home/proudlyafrican/www/vendor/phpunit/phpunit/tests/_files/RequirementsClassDocBlockTest.php |
<?php /** * @requires PHP 5.3 * @requires PHPUnit 4.0 * @requires OS Linux * @requires function testFuncClass * @requires extension testExtClass */ class RequirementsClassDocBlockTest { /** * @requires PHP 5.4 * @requires PHPUnit 3.7 * @requires OS WINNT * @requires function testFuncMethod * @requires extension testExtMethod */ public function testMethod() { } }