diff --git a/tests/lib/Doctrine_OrmTestCase.php b/tests/lib/Doctrine_OrmTestCase.php index f02b5f229..7824783ea 100644 --- a/tests/lib/Doctrine_OrmTestCase.php +++ b/tests/lib/Doctrine_OrmTestCase.php @@ -67,11 +67,6 @@ class Doctrine_OrmTestCase extends Doctrine_TestCase . '.php'; require $fixtureFile; self::$_fixtures[$uniqueName] = $fixture; - - // load model file - $modelFile = 'models' . DIRECTORY_SEPARATOR . $package . DIRECTORY_SEPARATOR . - $fixture['model'] . '.php'; - require $modelFile; } $fixture = self::$_fixtures[$uniqueName];