Update test folder structure.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8540 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-06-28 08:05:21 +00:00
parent 0a53ac3e9d
commit c3fdbbf399
10 changed files with 63 additions and 45 deletions

11
test-phpUnit/debug.php Normal file
View file

@ -0,0 +1,11 @@
<?php
require('config.inc.php');
$oDB = &DB::getInstance('mssql');
//$oDB = &DB::getInstance();
$dbParser = $oDB->getParser();
$dbParser = new DBParser('[', ']');
$parser = new QueryParser($xml_obj->query, $dbParser);
$query_file = $parser->toString();
var_dump($parser->toString());
?>