diff options
Diffstat (limited to 'tests/unit/SQLMap/InheritanceTest.php')
| -rw-r--r-- | tests/unit/SQLMap/InheritanceTest.php | 2 | 
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');
  	}
  | 
