From 271b45595d43ecfcdd82066c86d623abcd693f26 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 14 Jun 2007 21:25:30 +0000 Subject: [PATCH] --- tests/Relation/NestTestCase.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Relation/NestTestCase.php b/tests/Relation/NestTestCase.php index e935c78fb..329cb8863 100644 --- a/tests/Relation/NestTestCase.php +++ b/tests/Relation/NestTestCase.php @@ -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";