DDC-3336 - renamed test method for clarity
This commit is contained in:
parent
42e0e6b0b8
commit
2bc8811e62
@ -197,7 +197,7 @@ class LimitSubqueryOutputWalkerTest extends PaginationTestCase
|
|||||||
/**
|
/**
|
||||||
* @group DDC-3336
|
* @group DDC-3336
|
||||||
*/
|
*/
|
||||||
public function testCountQueryWithComplexOrderByCondition()
|
public function testCountQueryWithArithmeticOrderByCondition()
|
||||||
{
|
{
|
||||||
$query = $this->entityManager->createQuery(
|
$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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user