Moved models to be includeds in tests.
This commit is contained in:
parent
b641d2c5b3
commit
cbd33b986b
@ -169,7 +169,7 @@ class DoctrineTest
|
||||
*/
|
||||
public function requireModels()
|
||||
{
|
||||
$models = new DirectoryIterator(dirname(__FILE__) . '/../models/');
|
||||
$models = new DirectoryIterator(dirname(__FILE__) . '/models/');
|
||||
foreach($models as $key => $file) {
|
||||
if ($file->isFile() && ! $file->isDot()) {
|
||||
$e = explode('.', $file->getFileName());
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user