1
0
mirror of synced 2025-01-30 03:51:43 +03:00

Moved models to be includeds in tests.

This commit is contained in:
jwage 2008-02-08 17:41:01 +00:00
parent b641d2c5b3
commit cbd33b986b
182 changed files with 1 additions and 1 deletions

View File

@ -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