Test Setup Failed
Push — main ( a958a2...ba7f6f )
by ikechukwu
04:10
created
Tests/TestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function setUp(): void
10 10
     {
11
-      parent::setUp();
11
+        parent::setUp();
12 12
     }
13 13
 
14 14
     protected function defineDatabaseMigrations()
Please login to merge, or discard this patch.