Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
wp
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
Trac
/
783
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ParentSuite.php
<?php require_once 'ChildSuite.php'; class ParentSuite { public static function suite() { $suite = new PHPUnit_Framework_TestSuite('Parent'); $suite->addTest(ChildSuite::suite()); return $suite; } }
Save
Cancel