We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c7721 commit 067ad51Copy full SHA for 067ad51
tests/Doctrine/Tests/ORM/Functional/GH8011Test.php
@@ -206,7 +206,7 @@ public function testOrderWithArithmeticExpressionWithSingleValuedPathExpressionA
206
207
public function testOrderWithArithmeticExpressionWithLiteralAndResultVariableUsingHiddenResultVariable(): void
208
{
209
- $dql = 'SELECT p, p.salary AS HIDDEN s, 1 + s AS HIDDEN _order ' .
+ $dql = 'SELECT p, 1 + p.salary AS HIDDEN _order ' .
210
'FROM Doctrine\Tests\Models\Company\CompanyEmployee p ' .
211
'ORDER BY _order DESC';
212
0 commit comments