Failed Conditions
Push — develop ( ba9041...24f682 )
by Guilherme
64:30
created
tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use Doctrine\Tests\Models\Routing\RoutingLeg;
30 30
 use Doctrine\Tests\OrmTestCase;
31 31
 use DoctrineGlobal_Article;
32
-use SebastianBergmann\Environment\Runtime;
33 32
 
34 33
 require_once __DIR__ . '/../../Models/Global/GlobalNamespaceModel.php';
35 34
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\ORM\Mapping\ClassMetadata;
8 8
 use Doctrine\ORM\Mapping\ClassMetadataFactory;
9 9
 use Doctrine\ORM\Mapping\Driver\XmlDriver;
10
-use Doctrine\ORM\Reflection\RuntimeReflectionService;
11 10
 use Doctrine\Tests\Models\DDC117\DDC117Translation;
12 11
 use Doctrine\Tests\Models\DDC3293\DDC3293User;
13 12
 use Doctrine\Tests\Models\DDC3293\DDC3293UserPrefixed;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Doctrine\Tests\Models\DDC2372\DDC2372Admin;
18 18
 use Doctrine\Tests\Models\DDC2372\DDC2372User;
19 19
 use Doctrine\Tests\OrmTestCase;
20
-use SebastianBergmann\Environment\Runtime;
21 20
 
22 21
 class EntityGeneratorTest extends OrmTestCase
23 22
 {
Please login to merge, or discard this patch.