Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
wp
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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() { } }
Save
Cancel