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