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/InheritanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/SQLMap/InheritanceTest.php') diff --git a/tests/unit/SQLMap/InheritanceTest.php b/tests/unit/SQLMap/InheritanceTest.php index 24e9f987..9ace1c29 100644 --- a/tests/unit/SQLMap/InheritanceTest.php +++ b/tests/unit/SQLMap/InheritanceTest.php @@ -138,7 +138,7 @@ class CustomInheritance implements ITypeHandlerCallback throw new TDataMapperException('not implemented'); } - public function createNewInstance() + public function createNewInstance($data=null) { throw new TDataMapperException('can not create'); } -- cgit v1.2.3