Completed
Push — master ( 785d14...454e0b )
by Sarah
01:20
created
tests/_support/AcceptanceTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 {
20 20
     use _generated\AcceptanceTesterActions;
21 21
 
22
-   /**
23
-    * Define custom actions here
24
-    */
22
+    /**
23
+     * Define custom actions here
24
+     */
25 25
 }
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 {
20 20
     use _generated\UnitTesterActions;
21 21
 
22
-   /**
23
-    * Define custom actions here
24
-    */
22
+    /**
23
+     * Define custom actions here
24
+     */
25 25
 }
Please login to merge, or discard this patch.
tests/_support/FunctionalTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     use _generated\FunctionalTesterActions;
23 23
     
24
-   /**
25
-    * Define custom actions here
26
-    */
24
+    /**
25
+     * Define custom actions here
26
+     */
27 27
 }
Please login to merge, or discard this patch.