DDC-3434 - removed unneeded escaping sequences
This commit is contained in:
parent
a6cf714f41
commit
0c9a898ccd
@ -200,7 +200,7 @@ class LimitSubqueryOutputWalkerTest extends PaginationTestCase
|
||||
public function testCountQueryWithArithmeticOrderByCondition()
|
||||
{
|
||||
$query = $this->entityManager->createQuery(
|
||||
'SELECT a FROM Doctrine\\Tests\\ORM\\Tools\\Pagination\\Author a ORDER BY (1 - 1000) * 1 DESC'
|
||||
'SELECT a FROM Doctrine\Tests\ORM\Tools\Pagination\Author a ORDER BY (1 - 1000) * 1 DESC'
|
||||
);
|
||||
$this->entityManager->getConnection()->setDatabasePlatform(new MySqlPlatform());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user