@@ -14,6 +14,6 @@ |
||
14 | 14 | */ |
15 | 15 | public function testBasicTest() |
16 | 16 | { |
17 | - $this->assertTrue(true); |
|
17 | + $this->assertTrue(TRUE); |
|
18 | 18 | } |
19 | 19 | } |
@@ -165,7 +165,7 @@ |
||
165 | 165 | ->flush(); |
166 | 166 | |
167 | 167 | $result = $this->getRepository() |
168 | - ->find($entity->getId(), false); |
|
168 | + ->find($entity->getId(), FALSE); |
|
169 | 169 | |
170 | 170 | $this->assertNull($result); |
171 | 171 |