simple fixes
This commit is contained in:
parent
e295a6d05e
commit
6bc003e47d
@ -81,7 +81,6 @@ class EntityRepositoryGeneratorTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
|
|
||||||
$rpath = $this->writeRepositoryClass($className);
|
$rpath = $this->writeRepositoryClass($className);
|
||||||
|
|
||||||
$this->assertNotNull($rpath);
|
|
||||||
$this->assertFileExists($rpath);
|
$this->assertFileExists($rpath);
|
||||||
|
|
||||||
require $rpath;
|
require $rpath;
|
||||||
@ -100,7 +99,6 @@ class EntityRepositoryGeneratorTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
|
|
||||||
$rpath2 = $this->writeRepositoryClass($className2);
|
$rpath2 = $this->writeRepositoryClass($className2);
|
||||||
|
|
||||||
$this->assertNotNull($rpath2);
|
|
||||||
$this->assertFileExists($rpath2);
|
$this->assertFileExists($rpath2);
|
||||||
|
|
||||||
require $rpath2;
|
require $rpath2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user