@@ -2,9 +2,6 @@ |
||
| 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 | */ |
@@ -2,9 +2,6 @@ |
||
| 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 | */ |
@@ -3,7 +3,6 @@ |
||
| 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 |
@@ -2,8 +2,6 @@ |
||
| 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() |
@@ -3,7 +3,6 @@ |
||
| 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 |
@@ -2,8 +2,6 @@ |
||
| 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() |
@@ -2,8 +2,6 @@ |
||
| 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() |
@@ -51,6 +51,10 @@ |
||
| 51 | 51 | $this->_em = $this->_getTestEntityManager(); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | + /** |
|
| 55 | + * @param string $dqlToBeTested |
|
| 56 | + * @param string $sqlToBeConfirmed |
|
| 57 | + */ |
|
| 54 | 58 | public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed) |
| 55 | 59 | { |
| 56 | 60 | try { |
@@ -51,6 +51,10 @@ |
||
| 51 | 51 | $this->_em = $this->_getTestEntityManager(); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | + /** |
|
| 55 | + * @param string $dqlToBeTested |
|
| 56 | + * @param string $sqlToBeConfirmed |
|
| 57 | + */ |
|
| 54 | 58 | public function assertSqlGeneration($dqlToBeTested, $sqlToBeConfirmed) |
| 55 | 59 | { |
| 56 | 60 | try { |