From b81249cd30a66732953bce6828f46f43a8c5f530 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Fri, 1 May 2009 18:20:29 +0200 Subject: [PATCH] * modifications to the tests --- _tests/config.inc.php | 2 +- _tests/models/fooTdoATest.php | 2 +- run-tests.php | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_tests/config.inc.php b/_tests/config.inc.php index 5faa908..dc06325 100644 --- a/_tests/config.inc.php +++ b/_tests/config.inc.php @@ -1,2 +1,2 @@ assertEqual(1, 1); - echo $oC->outputCreateSQL($o); + $oC->outputCreateSQL($o); } } diff --git a/run-tests.php b/run-tests.php index d835173..8626903 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1,9 +1,10 @@ #!/usr/bin/php