Failed Conditions
Push — feature/customize-username-tes... ( 2b9ec8 )
by Kiyotaka
04:16
created
codeception/acceptance/EA11CustomizeCest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
         $I->loginAsMember('customer1', 'password');
40 40
     }
41 41
 
42
+    /**
43
+     * @param string $email
44
+     */
42 45
     private function newCustomer($email)
43 46
     {
44 47
         $Customer = new Customer();
Please login to merge, or discard this patch.