Completed
Push — apply-codeceptions ( 341052...a29855 )
by Kentaro
53:23 queued 21:51
created
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.
codeception/acceptance/EF03OrderCest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 use Codeception\Util\Fixtures;
4 4
 use Page\Front\CartPage;
5
+use Page\Front\CustomerAddressAddPage;
6
+use Page\Front\MultipleShippingPage;
5 7
 use Page\Front\ProductDetailPage;
6 8
 use Page\Front\ShippingEditPage;
7 9
 use Page\Front\ShoppingCompletePage;
8 10
 use Page\Front\ShoppingConfirmPage;
9 11
 use Page\Front\ShoppingLoginPage;
10 12
 use Page\Front\ShoppingPage;
11
-use Page\Front\MultipleShippingPage;
12
-use Page\Front\CustomerAddressAddPage;
13 13
 
14 14
 /**
15 15
  * @group front
Please login to merge, or discard this patch.