🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:00:45 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-php70
/
root
/
usr
/
share
/
tests
/
pear
/
XML_Util
/
tests
📍 /opt/cpanel/ea-php70/root/usr/share/tests/pear/XML_Util/tests
🔄 Refresh
✏️
Editing: AbstractUnitTests.php
Read Only
<?php /* * Allow for PHPUnit 4.* while XML_Util is still usable on PHP 5.4 */ if (!class_exists('PHPUnit_Framework_TestCase')) { class PHPUnit_Framework_TestCase extends \PHPUnit\Framework\TestCase {} } abstract class AbstractUnitTests extends \PHPUnit_Framework_TestCase { public function setUp() { // ensure the class is defined, and thus its constants are declared new XML_Util(); } }
💾 Save Changes
❌ Cancel