Passed
Push — master ( 423891...66570a )
by Sylvain
06:45
created
tests/ApplicationTest/Service/AccountingTest.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31');
88
-        $this->accounting->close($closingDate, $output);
89
-    }
90
-}
88
+        $this->accounting->close($closingDate, $output
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31');
88
-        $this->accounting->close($closingDate, $output);
89
-    }
90
-}
88
+        $this->accounting->close($closingDate, $output
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31');
88
-        $this->accounting->close($closingDate, $output);
89
-    }
90
-}
88
+        $this->accounting->close($closingDate, $output
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31');
88
-        $this->accounting->close($closingDate, $output);
89
-    }
90
-}
88
+        $this->accounting->close($closingDate, $output
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31');
88
-        $this->accounting->close($closingDate, $output);
89
-    }
90
-}
88
+        $this->accounting->close($closingDate, $output
91 89
\ No newline at end of file
Please login to merge, or discard this patch.