Unit test for query_parameters(), fix bugs in query_parameters() found by the unit test
This commit is contained in:
10
unit_test/test_common.php
Normal file
10
unit_test/test_common.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* common functions used in appdb unit tests */
|
||||
|
||||
function test_start($sFunctionName)
|
||||
{
|
||||
echo $sFunctionName."() starting\n";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user