@@ -43,7 +43,7 @@ |
||
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 | } |