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