Passed
Pull Request — master (#6748)
by Konstantin
17:18
created
tests/Doctrine/Tests/ORM/QueryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function testSetResultCacheProfile()
29 29
     {
30
-        $query = $this->_em->createQuery('SELECT u FROM ' . CmsUser::class . ' u');
30
+        $query = $this->_em->createQuery('SELECT u FROM '.CmsUser::class.' u');
31 31
         $result = $query->setResultCacheProfile(null);
32 32
         self::assertEquals($result, $query);
33 33
     }
Please login to merge, or discard this patch.