1
0
mirror of synced 2025-01-18 06:21:40 +03:00

tests for abstract base class in CTI inheritance tree

This commit is contained in:
zYne 2007-11-10 13:23:02 +00:00
parent bd31958035
commit ad42e81ff3

View File

@ -210,7 +210,9 @@ class Doctrine_ClassTableInheritance_TestCase extends Doctrine_UnitTestCase
$this->conn->addListener(new Doctrine_EventListener());
}
}
class CTITestParent1 extends Doctrine_Record
abstract class CTIAbstractBase extends Doctrine_Record
{ }
class CTITestParent1 extends CTIAbstractBase
{
public function setTableDefinition()
{