From c7d41e5bea4a5f96979a08da9cc9f79355edfe70 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 16 Jul 2006 06:19:36 +0000 Subject: Update Time Tracker demo. --- tests/unit/SQLMap/BaseTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/unit/SQLMap/BaseTest.php') diff --git a/tests/unit/SQLMap/BaseTest.php b/tests/unit/SQLMap/BaseTest.php index ebff9c6d..0f3ce1e2 100644 --- a/tests/unit/SQLMap/BaseTest.php +++ b/tests/unit/SQLMap/BaseTest.php @@ -175,7 +175,7 @@ class HundredsBool implements ITypeHandlerCallback return 200; } - public function createNewInstance() + public function createNewInstance($data=null) { throw new TDataMapperException('can not create'); } @@ -203,7 +203,7 @@ class OuiNonBool implements ITypeHandlerCallback return self::NO; } - public function createNewInstance() + public function createNewInstance($data=null) { throw new TDataMapperException('can not create'); } @@ -225,7 +225,7 @@ class TDateTimeHandler implements ITypeHandlerCallback return $parameter; } - public function createNewInstance() + public function createNewInstance($data=null) { return new TDateTime; } -- cgit v1.2.3