Completed
Pull Request — master (#47)
by Raí
04:39
created
tests/Unit/ExampleTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,6 +14,6 @@
 block discarded – undo
14 14
      */
15 15
     public function testBasicTest()
16 16
     {
17
-        $this->assertTrue(true);
17
+        $this->assertTrue(TRUE);
18 18
     }
19 19
 }
Please login to merge, or discard this patch.
tests/Repositories/RotaRepositoryTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.