@@ -31,7 +31,7 @@ |
||
31 | 31 | public function testNonUniqueObjectHydrationDuringIteration() |
32 | 32 | { |
33 | 33 | $q = $this->_em->createQuery( |
34 | - 'SELECT b FROM ' . GH7496EntityAinB::class . ' aib JOIN ' . GH7496EntityB::class . ' b WITH aib.eB = b' |
|
34 | + 'SELECT b FROM '.GH7496EntityAinB::class.' aib JOIN '.GH7496EntityB::class.' b WITH aib.eB = b' |
|
35 | 35 | ); |
36 | 36 | |
37 | 37 | $bs = \iterator_to_array( |