@@ -17,9 +17,9 @@ |
||
17 | 17 | use Eccube\Form\Type\Admin\SecurityType; |
18 | 18 | use Eccube\Util\CacheUtil; |
19 | 19 | use Eccube\Util\StringUtil; |
20 | -use Symfony\Component\Routing\Annotation\Route; |
|
21 | 20 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
22 | 21 | use Symfony\Component\HttpFoundation\Request; |
22 | +use Symfony\Component\Routing\Annotation\Route; |
|
23 | 23 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
24 | 24 | |
25 | 25 | class SecurityController extends AbstractController |
@@ -15,10 +15,10 @@ |
||
15 | 15 | |
16 | 16 | use Eccube\Common\Constant; |
17 | 17 | use Eccube\Service\SystemService; |
18 | -use Symfony\Component\Routing\Annotation\Route; |
|
19 | 18 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
20 | 19 | use Symfony\Component\HttpFoundation\Request; |
21 | 20 | use Symfony\Component\HttpFoundation\Response; |
21 | +use Symfony\Component\Routing\Annotation\Route; |
|
22 | 22 | |
23 | 23 | class SystemController |
24 | 24 | { |
@@ -126,7 +126,7 @@ |
||
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |
129 | - * @param $Carts |
|
129 | + * @param \Eccube\Entity\Cart[] $Carts |
|
130 | 130 | * |
131 | 131 | * @return \Symfony\Component\HttpFoundation\RedirectResponse |
132 | 132 | */ |
@@ -59,6 +59,9 @@ discard block |
||
59 | 59 | return $this; |
60 | 60 | } |
61 | 61 | |
62 | + /** |
|
63 | + * @param integer $value |
|
64 | + */ |
|
62 | 65 | public function 詳細検索_ステータス($value) |
63 | 66 | { |
64 | 67 | $this->tester->click(self::$詳細検索ボタン); |
@@ -155,6 +158,9 @@ discard block |
||
155 | 158 | return $this; |
156 | 159 | } |
157 | 160 | |
161 | + /** |
|
162 | + * @param integer $rowNum |
|
163 | + */ |
|
158 | 164 | public function Accept_複製する($rowNum) |
159 | 165 | { |
160 | 166 | $modalCssSelector = "#page_admin_product > div.c-container > div.c-contentsArea > div.c-contentsArea__cols > div > div > form > div.card.rounded.border-0.mb-4 > div.card-body.p-0 > table > tbody > tr:nth-child(${rowNum}) > td.align-middle.pr-3 > div > div:nth-child(2) div.modal"; |
@@ -19,8 +19,8 @@ |
||
19 | 19 | use Eccube\Entity\Plugin; |
20 | 20 | use Eccube\Entity\PluginEventHandler; |
21 | 21 | use Eccube\Exception\PluginException; |
22 | -use Eccube\Form\Type\Admin\CaptchaType; |
|
23 | 22 | use Eccube\Form\Type\Admin\AuthenticationType; |
23 | +use Eccube\Form\Type\Admin\CaptchaType; |
|
24 | 24 | use Eccube\Form\Type\Admin\PluginLocalInstallType; |
25 | 25 | use Eccube\Form\Type\Admin\PluginManagementType; |
26 | 26 | use Eccube\Repository\BaseInfoRepository; |