Passed
Push — main ( b518c3...76cee7 )
by ikechukwu
05:57
created
Tests/TestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function setUp(): void
11 11
     {
12
-      parent::setUp();
12
+        parent::setUp();
13 13
     }
14 14
 
15 15
     protected function defineDatabaseMigrations()
Please login to merge, or discard this patch.