| DIR:/proc/thread-self/root/opt/remi/php81/root/usr/share/tests/pear/XML_Util/tests/ |
| Current File : //proc/thread-self/root/opt/remi/php81/root/usr/share/tests/pear/XML_Util/tests/ApiVersionTests.php |
<?php
class ApiVersionTests extends AbstractUnitTests
{
/**
* @covers XML_Util::apiVersion()
*/
public function testApiVersion()
{
$this->assertEquals('1.4', XML_Util::apiVersion());
}
} |