From 6bc003e47d53eb46ff96c2c2f25554c15611cd6c Mon Sep 17 00:00:00 2001 From: encoder64 Date: Wed, 10 Sep 2014 01:07:22 +0300 Subject: [PATCH] simple fixes --- .../Doctrine/Tests/ORM/Tools/EntityRepositoryGeneratorTest.php | 2 -- 1 file changed, 2 deletions(-) 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;