@@ -83,7 +83,6 @@ |
||
83 | 83 | * @param EccubeConfig $eccubeConfig |
84 | 84 | * @param ProductClassRepository $productClassRepository |
85 | 85 | * @param OrderItemRepository $orderItemRepository |
86 | - * @param RequestStack $requestStack |
|
87 | 86 | */ |
88 | 87 | public function __construct( |
89 | 88 | EntityManagerInterface $entityManager, |
@@ -26,6 +26,9 @@ discard block |
||
26 | 26 | return $page; |
27 | 27 | } |
28 | 28 | |
29 | + /** |
|
30 | + * @param \AcceptanceTester $I |
|
31 | + */ |
|
29 | 32 | public static function at($I) |
30 | 33 | { |
31 | 34 | $page = new self($I); |
@@ -46,6 +49,9 @@ discard block |
||
46 | 49 | return $this; |
47 | 50 | } |
48 | 51 | |
52 | + /** |
|
53 | + * @param string $value |
|
54 | + */ |
|
49 | 55 | public function 入力_姓($value) |
50 | 56 | { |
51 | 57 | $this->tester->fillField(['id' => 'form_shippings_0_name_name01'], $value); |
@@ -58,18 +64,27 @@ discard block |
||
58 | 64 | return $this; |
59 | 65 | } |
60 | 66 | |
67 | + /** |
|
68 | + * @param string $value |
|
69 | + */ |
|
61 | 70 | public function 入力_セイ($value) |
62 | 71 | { |
63 | 72 | $this->tester->fillField(['id' => 'form_shippings_0_kana_kana01'], $value); |
64 | 73 | return $this; |
65 | 74 | } |
66 | 75 | |
76 | + /** |
|
77 | + * @param string $value |
|
78 | + */ |
|
67 | 79 | public function 入力_メイ($value) |
68 | 80 | { |
69 | 81 | $this->tester->fillField(['id' => 'form_shippings_0_kana_kana02'], $value); |
70 | 82 | return $this; |
71 | 83 | } |
72 | 84 | |
85 | + /** |
|
86 | + * @param string $value |
|
87 | + */ |
|
73 | 88 | public function 入力_郵便番号($value) |
74 | 89 | { |
75 | 90 | $this->tester->fillField(['id' => 'form_shippings_0_postal_code'], $value); |
@@ -83,18 +98,27 @@ discard block |
||
83 | 98 | return $this; |
84 | 99 | } |
85 | 100 | |
101 | + /** |
|
102 | + * @param string $value |
|
103 | + */ |
|
86 | 104 | public function 入力_市区町村名($value) |
87 | 105 | { |
88 | 106 | $this->tester->fillField(['id' => 'form_shippings_0_address_addr01'], $value); |
89 | 107 | return $this; |
90 | 108 | } |
91 | 109 | |
110 | + /** |
|
111 | + * @param string $value |
|
112 | + */ |
|
92 | 113 | public function 入力_番地_ビル名($value) |
93 | 114 | { |
94 | 115 | $this->tester->fillField(['id' => 'form_shippings_0_address_addr02'], $value); |
95 | 116 | return $this; |
96 | 117 | } |
97 | 118 | |
119 | + /** |
|
120 | + * @param string $value |
|
121 | + */ |
|
98 | 122 | public function 入力_電話番号($value) |
99 | 123 | { |
100 | 124 | $this->tester->fillField(['id' => 'form_shippings_0_phone_number'], $value); |