Completed
Push — apply-codeceptions ( 341052...a29855 )
by Kentaro
53:23 queued 21:51
created
codeception/acceptance/ZZ99PluginUninstallerCest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Codeception\Util\Fixtures;
4 3
 use Page\Admin\OwnersPluginPage;
5 4
 
6 5
 /**
Please login to merge, or discard this patch.
codeception/_support/Page/Admin/ShippingCsvUploadPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         parent::__construct($I);
34 34
     }
35 35
 
36
+    /**
37
+     * @param \AcceptanceTester $I
38
+     */
36 39
     public static function go($I)
37 40
     {
38 41
         $page = new ProductCsvUploadPage($I);
Please login to merge, or discard this patch.
src/Eccube/Form/Type/Admin/OrderItemType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
 use Symfony\Component\Form\FormBuilderInterface;
36 36
 use Symfony\Component\Form\FormEvent;
37 37
 use Symfony\Component\Form\FormEvents;
38
-use Symfony\Component\HttpFoundation\RequestStack;
39 38
 use Symfony\Component\OptionsResolver\OptionsResolver;
40 39
 use Symfony\Component\Validator\Constraints as Assert;
41 40
 
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/ProcessResult.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -25,6 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * @param string $type
28
+     * @param string|null $message
28 29
      */
29 30
     private function __construct($type, $message)
30 31
     {
Please login to merge, or discard this patch.
codeception/_support/Page/Admin/ShippingEditPage.php 2 patches
Doc Comments   +27 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@  discard block
 block discarded – undo
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,30 +49,45 @@  discard block
 block discarded – undo
46 49
         return $this;
47 50
     }
48 51
 
52
+    /**
53
+     * @param string $value
54
+     */
49 55
     public function 入力_姓($value, $num = 0)
50 56
     {
51 57
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_name_name01'], $value);
52 58
         return $this;
53 59
     }
54 60
 
61
+    /**
62
+     * @param string $value
63
+     */
55 64
     public function 入力_名($value, $num = 0)
56 65
     {
57 66
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_name_name02'], $value);
58 67
         return $this;
59 68
     }
60 69
 
70
+    /**
71
+     * @param string $value
72
+     */
61 73
     public function 入力_セイ($value, $num = 0)
62 74
     {
63 75
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_kana_kana01'], $value);
64 76
         return $this;
65 77
     }
66 78
 
79
+    /**
80
+     * @param string $value
81
+     */
67 82
     public function 入力_メイ($value, $num = 0)
68 83
     {
69 84
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_kana_kana02'], $value);
70 85
         return $this;
71 86
     }
72 87
 
88
+    /**
89
+     * @param string $value
90
+     */
73 91
     public function 入力_郵便番号($value, $num = 0)
74 92
     {
75 93
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_postal_code'], $value);
@@ -83,18 +101,27 @@  discard block
 block discarded – undo
83 101
         return $this;
84 102
     }
85 103
 
104
+    /**
105
+     * @param string $value
106
+     */
86 107
     public function 入力_市区町村名($value, $num = 0)
87 108
     {
88 109
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_address_addr01'], $value);
89 110
         return $this;
90 111
     }
91 112
 
113
+    /**
114
+     * @param string $value
115
+     */
92 116
     public function 入力_番地_ビル名($value, $num = 0)
93 117
     {
94 118
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_address_addr02'], $value);
95 119
         return $this;
96 120
     }
97 121
 
122
+    /**
123
+     * @param string $value
124
+     */
98 125
     public function 入力_電話番号($value, $num = 0)
99 126
     {
100 127
         $this->tester->fillField(['id' => 'form_shippings_'.$num.'_phone_number'], $value);
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,6 +169,6 @@
 block discarded – undo
169 169
     {
170 170
         $this->tester->scrollTo(['id' => 'shipmentOverview_'.$num], 0, 50);
171 171
         $this->tester->see((new \DateTime())->format('Y/m/d'),
172
-                           '#shipmentOverview_'.$num.' > div > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) > div > span');
172
+                            '#shipmentOverview_'.$num.' > div > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) > div > span');
173 173
     }
174 174
 }
Please login to merge, or discard this patch.
codeception/acceptance/EA03ProductCest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,13 @@
 block discarded – undo
3 3
 use Codeception\Util\Fixtures;
4 4
 use Page\Admin\CategoryCsvUploadPage;
5 5
 use Page\Admin\CategoryManagePage;
6
-use Page\Admin\CsvSettingsPage;
7 6
 use Page\Admin\ClassCategoryManagePage;
8 7
 use Page\Admin\ClassNameManagePage;
8
+use Page\Admin\CsvSettingsPage;
9 9
 use Page\Admin\ProductClassEditPage;
10 10
 use Page\Admin\ProductCsvUploadPage;
11
-use Page\Admin\ProductManagePage;
12 11
 use Page\Admin\ProductEditPage;
12
+use Page\Admin\ProductManagePage;
13 13
 
14 14
 /**
15 15
  * @group admin
Please login to merge, or discard this patch.
codeception/acceptance/EA05CustomerCest.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 use Codeception\Util\Fixtures;
4 4
 use Page\Admin\CsvSettingsPage;
5
-use Page\Admin\CustomerManagePage;
6 5
 use Page\Admin\CustomerEditPage;
6
+use Page\Admin\CustomerManagePage;
7 7
 
8 8
 /**
9 9
  * @group admin
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
         $CustomerListPage = CustomerManagePage::go($I)
145 145
             ->検索($customer->getEmail());
146 146
 
147
-        $I->see('検索結果:1件が該当しました' ,CustomerManagePage::$検索結果メッセージ);
147
+        $I->see('検索結果:1件が該当しました', CustomerManagePage::$検索結果メッセージ);
148 148
 
149 149
         $CustomerListPage->一覧_編集(1);
150 150
 
Please login to merge, or discard this patch.
codeception/acceptance/EA06ContentsManagementCest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,10 +6,10 @@
 block discarded – undo
6 6
 use Page\Admin\FileManagePage;
7 7
 use Page\Admin\LayoutEditPage;
8 8
 use Page\Admin\LayoutManagePage;
9
-use Page\Admin\NewsManagePage;
10 9
 use Page\Admin\NewsEditPage;
11
-use Page\Admin\PageManagePage;
10
+use Page\Admin\NewsManagePage;
12 11
 use Page\Admin\PageEditPage;
12
+use Page\Admin\PageManagePage;
13 13
 
14 14
 /**
15 15
  * @group admin
Please login to merge, or discard this patch.
codeception/acceptance/EA09ShippingCest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 use Codeception\Util\Fixtures;
4 4
 use Eccube\Entity\Customer;
5
-use Eccube\Entity\Order;
6 5
 use Eccube\Entity\Master\OrderStatus;
6
+use Eccube\Entity\Order;
7 7
 use Page\Admin\OrderEditPage;
8 8
 use Page\Admin\OrderManagePage;
9 9
 use Page\Admin\ShippingCsvUploadPage;
Please login to merge, or discard this patch.