summaryrefslogtreecommitdiff
path: root/tests/unit/SQLMap/InheritanceTest.php
diff options
context:
space:
mode:
authorwei <>2006-07-16 06:19:36 +0000
committerwei <>2006-07-16 06:19:36 +0000
commitc7d41e5bea4a5f96979a08da9cc9f79355edfe70 (patch)
tree8f21cba052c1eae7c7204ac272dd8c5e9d6fe110 /tests/unit/SQLMap/InheritanceTest.php
parentaf68030fcf0c266300feb2c100149ecadef7d364 (diff)
Update Time Tracker demo.
Diffstat (limited to 'tests/unit/SQLMap/InheritanceTest.php')
-rw-r--r--tests/unit/SQLMap/InheritanceTest.php2
1 files changed, 1 insertions, 1 deletions
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');
}