Failed Conditions
Push — feature/customize-username-tes... ( 2b9ec8...faad56 )
by Kiyotaka
04:27
created
codeception/acceptance/EA11CustomizeCest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
         $I->see('ログインできませんでした。', 'p.ec-errorMessage');
63 63
     }
64 64
 
65
+    /**
66
+     * @param string $email
67
+     */
65 68
     private function newCustomer($email)
66 69
     {
67 70
         $Customer = new Customer();
Please login to merge, or discard this patch.