1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
This commit is contained in:
zYne 2007-06-27 16:30:13 +00:00
parent 6d29c834de
commit 9f604e7be5

View file

@ -60,4 +60,8 @@ class Doctrine_Adapter_Statement_Mock
{
return 0;
}
public function closeCursor()
{
return true;
}
}