1
0
mirror of synced 2025-01-31 20:41:44 +03:00

DDC-3336 - renamed test method for clarity

This commit is contained in:
Marco Pivetta 2014-12-05 14:55:26 +01:00
parent 42e0e6b0b8
commit 2bc8811e62

View File

@ -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'