diff --git a/tests/Doctrine/Tests/ORM/Tools/EntityRepositoryGeneratorTest.php b/tests/Doctrine/Tests/ORM/Tools/EntityRepositoryGeneratorTest.php index 3a96c8183..02d6ed5a1 100644 --- a/tests/Doctrine/Tests/ORM/Tools/EntityRepositoryGeneratorTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/EntityRepositoryGeneratorTest.php @@ -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;