@@ -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; |
@@ -238,7 +238,7 @@ |
||
238 | 238 | } |
239 | 239 | |
240 | 240 | public function 件数変更($num) { |
241 | - $this->tester->selectOption("#form_bulk > div.row.justify-content-between.mb-2 > div.col-5.text-right > div:nth-child(1) > select", '/admin/order/page/1?page_count=' . $num); |
|
241 | + $this->tester->selectOption("#form_bulk > div.row.justify-content-between.mb-2 > div.col-5.text-right > div:nth-child(1) > select", '/admin/order/page/1?page_count='.$num); |
|
242 | 242 | return $this; |
243 | 243 | } |
244 | 244 | } |