Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
This commit is contained in:
@@ -121,7 +121,7 @@ function test_query_parameters()
|
||||
if(!test_query_parameters())
|
||||
echo "test_query_parameters() failed!\n";
|
||||
else
|
||||
echo "test_query_parameters() passed!\n";
|
||||
echo "test_query_parameters() passed\n";
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user