Fixed issue with autoloading of models.
This commit is contained in:
parent
48c67aba21
commit
fd1fb5742d
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user