Failed Conditions
Pull Request — 2.7 (#7148)
by Vadim
10:10
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6470Test.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
             ->setCacheable(true)
44 44
             ->getQuery()
45 45
             ->getOneOrNullResult();
46
-        $this->assertEquals($queryCount+1, $this->getCurrentQueryCount());
46
+        $this->assertEquals($queryCount + 1, $this->getCurrentQueryCount());
47 47
         $this->assertInstanceOf(DDC6470Driver::class, $driver3);
48 48
         $this->assertInstanceOf(DDC6470User::class, $driver3->getUserProfile());
49 49
     }
Please login to merge, or discard this patch.