Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
opt
/
php8.3
/
lib
/
php
/
test
/
XML_Util
/
tests
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ApiVersionTests.php
<?php class ApiVersionTests extends AbstractUnitTests { /** * @covers XML_Util::apiVersion() */ public function testApiVersion() { $this->assertEquals('1.4', XML_Util::apiVersion()); } }
Save
Cancel