Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
php81
/
usr
/
share
/
pear
/
test
/
XML_Util
/
tests
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/php81/usr/share/pear/test/XML_Util/tests/ApiVersionTests.php
<?php class ApiVersionTests extends AbstractUnitTests { /** * @covers XML_Util::apiVersion() */ public function testApiVersion() { $this->assertEquals('1.4', XML_Util::apiVersion()); } }