Unit test for query_parameters(), fix bugs in query_parameters() found by the unit test

This commit is contained in:
Chris Morgan
2006-06-27 16:39:40 +00:00
committed by WineHQ
parent 1932248293
commit f3c64ff48f
5 changed files with 145 additions and 6 deletions

10
unit_test/test_common.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
/* common functions used in appdb unit tests */
function test_start($sFunctionName)
{
echo $sFunctionName."() starting\n";
}
?>