Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.3.6-202404181513
/
share
/
test
/
XML_Util
/
tests
/
//opt/php-8.3.6-202404181513/share/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()); } }