rhymix/test-phpUnit/classes/xml/xmlquery/queryargument/QueryArgumentTest.php

15 lines
303 B
PHP

<?php
/**
* Test class for QueryArgument.
*/
class QueryArgumentTest extends CubridTest {
var $xmlPath = "data/";
function QueryArgumentTest(){
$this->xmlPath = str_replace('QueryArgumentTest.php', '', str_replace('\\', '/', __FILE__)) . $this->xmlPath;
}
}
?>