Completed
Pull Request — master (#5669)
by Jeremy
48:42 queued 40:04
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1113Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6
-
7 5
 class DDC960Test extends \Doctrine\Tests\OrmFunctionalTestCase
8 6
 {
9 7
     protected function setUp()
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1209Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6
-
7 5
 class DDC960Test extends \Doctrine\Tests\OrmFunctionalTestCase
8 6
 {
9 7
     protected function setUp()
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1225Test.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6
-use Doctrine\Tests\Models\CMS\CmsEmployee;
7
-
8 5
 /**
9 6
  * @group DDC-1250
10 7
  */
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1228Test.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6
-use Doctrine\Tests\Models\CMS\CmsEmployee;
7
-
8 5
 /**
9 6
  * @group DDC-1250
10 7
  */
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1383Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-use Doctrine\ORM\UnitOfWork;
7 6
 
8 7
 /**
9 8
  * @group DDC-1514
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1400Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\ORM\UnitOfWork;
6
-
7 5
 class DDC381Test extends \Doctrine\Tests\OrmFunctionalTestCase
8 6
 {
9 7
     protected function setUp()
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1452Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-use Doctrine\ORM\UnitOfWork;
7 6
 
8 7
 /**
9 8
  * @group DDC-1514
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1454Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use Doctrine\ORM\UnitOfWork;
6
-
7 5
 class DDC381Test extends \Doctrine\Tests\OrmFunctionalTestCase
8 6
 {
9 7
     protected function setUp()
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC633Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\Tests\ORM\Functional\Ticket;
4 4
 
5
-use DateTime;
6
-
7 5
 class DDC698Test extends \Doctrine\Tests\OrmFunctionalTestCase
8 6
 {
9 7
     protected function setUp()
Please login to merge, or discard this patch.