1
0
mirror of synced 2025-01-31 12:32:59 +03:00

simple fixes

This commit is contained in:
encoder64 2014-09-10 01:07:22 +03:00
parent e295a6d05e
commit 6bc003e47d

View File

@ -81,7 +81,6 @@ class EntityRepositoryGeneratorTest extends \Doctrine\Tests\OrmTestCase
$rpath = $this->writeRepositoryClass($className);
$this->assertNotNull($rpath);
$this->assertFileExists($rpath);
require $rpath;
@ -100,7 +99,6 @@ class EntityRepositoryGeneratorTest extends \Doctrine\Tests\OrmTestCase
$rpath2 = $this->writeRepositoryClass($className2);
$this->assertNotNull($rpath2);
$this->assertFileExists($rpath2);
require $rpath2;