Completed
Push — master ( 7aadf1...81d2b8 )
by Abdelouahab
04:16
created
tests/Feature/InialTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 class IniatTest extends TestCase{
9 9
 
10
- public function my_firest_test(){
11
-   $this->assertTrue(true);
12
- }
10
+    public function my_firest_test(){
11
+    $this->assertTrue(true);
12
+    }
13 13
 }
Please login to merge, or discard this patch.