Commit 271b4559 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 053b17df
......@@ -34,6 +34,12 @@ class Doctrine_Relation_Nest_TestCase extends Doctrine_UnitTestCase
{
public function prepareData()
{ }
public function prepareTables()
{
$this->tables = array('NestTest', 'NestReference', 'Entity', 'EntityReference');
parent::prepareTables();
}
public function testInitJoinTableSelfReferencingInsertingData() {
$e = new Entity();
$e->name = "Entity test";
......
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