Failed Conditions
Pull Request — 2.8.x (#7918)
by
unknown
73:08 queued 61:09
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7661Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         $keys = $e->participants->getKeys();
44 44
         self::assertEquals([1, 2], $keys);
45 45
 
46
-        $participants = $this->_em->createQuery('SELECT p FROM ' . GH7661Participant::class . ' p INDEX BY p.user')->getResult();
46
+        $participants = $this->_em->createQuery('SELECT p FROM '.GH7661Participant::class.' p INDEX BY p.user')->getResult();
47 47
         $keys         = array_keys($participants);
48 48
         self::assertEquals([1, 2], $keys);
49 49
     }
Please login to merge, or discard this patch.