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