Commit ad42e81f authored by zYne's avatar zYne

tests for abstract base class in CTI inheritance tree

parent bd319580
......@@ -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()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment