DDC-3336 - renamed test method for clarity
This commit is contained in:
parent
60462919f2
commit
bdc54d481c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class LimitSubqueryOutputWalkerTest extends PaginationTestCase
|
|||
/**
|
||||
* @group DDC-3336
|
||||
*/
|
||||
public function testCountQueryWithComplexOrderByCondition()
|
||||
public function testCountQueryWithArithmeticOrderByCondition()
|
||||
{
|
||||
$query = $this->entityManager->createQuery(
|
||||
'SELECT a FROM Doctrine\\Tests\\ORM\\Tools\\Pagination\\Author a ORDER BY (1 - 1000) * 1 DESC'
|
||||
|
|
Loading…
Add table
Reference in a new issue