Completed
Push — apply-codeceptions ( 341052...a29855 )
by Kentaro
53:23 queued 21:51
created
codeception/acceptance/AA0PluginInstallerCest.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/acceptance/EA01TopCest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Codeception\Util\Fixtures;
4
-use Page\Admin\CustomerManagePage;
5 4
 use Page\Admin\OrderManagePage;
6 5
 use Page\Admin\TopPage;
7 6
 
Please login to merge, or discard this patch.
codeception/acceptance/EA02AuthenticationCest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Codeception\Util\Fixtures;
4
-
5 3
 /**
6 4
  * @group admin
7 5
  * @group admin01
Please login to merge, or discard this patch.
codeception/acceptance/EA07BasicinfoCest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Codeception\Util\Fixtures;
4 3
 use Page\Admin\CsvSettingsPage;
5
-use Page\Admin\CustomerAgreementSettingPage;
6 4
 use Page\Admin\DeliveryEditPage;
7 5
 use Page\Admin\DeliveryManagePage;
8 6
 use Page\Admin\MailSettingsPage;
@@ -10,7 +8,6 @@  discard block
 block discarded – undo
10 8
 use Page\Admin\PaymentManagePage;
11 9
 use Page\Admin\ShopSettingPage;
12 10
 use Page\Admin\TaxManagePage;
13
-use Page\Admin\TradelawSettingPage;
14 11
 
15 12
 /**
16 13
  * @group admin
Please login to merge, or discard this patch.
codeception/acceptance/EF06OtherCest.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Codeception\Util\Fixtures;
4
-use Eccube\Entity\Master\CustomerStatus;
5 4
 
6 5
 /**
7 6
  * @group front
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         $createCustomer = Fixtures::get('createCustomer');
82 82
         $customer = $createCustomer();
83 83
         $I->resetEmails();
84
-        $I->submitForm('#form1',[
84
+        $I->submitForm('#form1', [
85 85
             'login_email' => $customer->getEmail()
86 86
         ]);
87 87
         $I->see('パスワード発行メールの送信 完了', 'div.ec-pageHeader h1');
Please login to merge, or discard this patch.
codeception/acceptance/EA08SysteminfoCest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@
 block discarded – undo
377 377
 
378 378
         $findPlugins = Fixtures::get('findPlugins');
379 379
         $Plugins = $findPlugins();
380
-        if (is_array($Plugins) && count($Plugins) > 0 ) {
380
+        if (is_array($Plugins) && count($Plugins) > 0) {
381 381
             $I->getScenario()->skip('プラグインのアンインストールが必要なため、テストをスキップします');
382 382
         }
383 383
 
Please login to merge, or discard this patch.
codeception/acceptance/EF04CustomerCest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 
96 96
         // 会員情報入力フォームに、会員情報を入力する
97 97
         // 「同意する」ボタンを押下する
98
-        $I->submitForm(['css' => '.ec-layoutRole__main form'],[
98
+        $I->submitForm(['css' => '.ec-layoutRole__main form'], [
99 99
             'entry[name][name01]' => '姓',
100 100
             'entry[name][name02]' => '名',
101 101
             'entry[kana][kana01]' => 'セイ',
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
 
129 129
         // 会員情報入力フォームに、会員情報を入力する
130 130
         // 「同意する」ボタンを押下する
131
-        $I->submitForm(['css' => '.ec-layoutRole__main form'],[
131
+        $I->submitForm(['css' => '.ec-layoutRole__main form'], [
132 132
             'entry[name][name01]' => '',
133 133
             'entry[name][name02]' => '名',
134 134
             'entry[kana][kana01]' => 'セイ',
Please login to merge, or discard this patch.
codeception/acceptance/EF02ProductCest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
         ProductDetailPage::go($I, 2);
141 141
 
142 142
         // 「カートに入れる」ボタンが、非活性となり「ただいま品切れ中です」と表示される。
143
-        $I->see('ただいま品切れ中です','#form1 button');
143
+        $I->see('ただいま品切れ中です', '#form1 button');
144 144
     }
145 145
 
146 146
     public function product_商品詳細カテゴリリンク(\AcceptanceTester $I)
Please login to merge, or discard this patch.
codeception/PageAccessCest.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,12 +17,12 @@
 block discarded – undo
17 17
     {
18 18
         $I->wantTo('perform actions and see result');
19 19
         $I->amOnPage('/');
20
-        $I->see('くらしを楽しむライフスタイルグッズ','.copy');
20
+        $I->see('くらしを楽しむライフスタイルグッズ', '.copy');
21 21
         
22
-        $shopName = $I->grabFromDatabase('dtb_base_info','shop_name');
23
-        $I->assertEquals('EC-CUBE3 SHOP',$shopName);
22
+        $shopName = $I->grabFromDatabase('dtb_base_info', 'shop_name');
23
+        $I->assertEquals('EC-CUBE3 SHOP', $shopName);
24 24
 
25
-        $products = $I->grabFromDatabase('dtb_product','status',array('product_id'=>1));
25
+        $products = $I->grabFromDatabase('dtb_product', 'status', array('product_id'=>1));
26 26
         codecept_debug($products);
27 27
 
28 28
         $bi = Fixtures::get('baseinfo');
Please login to merge, or discard this patch.