Skip to content

Commit

Permalink
Add remove delivery time in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lqdung1992 committed Oct 15, 2018
1 parent d59ad41 commit 469c434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Eccube/Tests/Web/ShoppingControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public function testPaymentLimitAndPointCombination()
'Shippings' => [
0 => [
'Delivery' => $Delivery->getId(),
'DeliveryTime' => $Delivery->getDeliveryTimes()->first()->getId(),
'DeliveryTime' => null,
],
],
'Payment' => $COD2->getId(),
Expand All @@ -633,7 +633,7 @@ public function testPaymentLimitAndPointCombination()
'Shippings' => [
0 => [
'Delivery' => $Delivery->getId(),
'DeliveryTime' => $Delivery->getDeliveryTimes()->first()->getId(),
'DeliveryTime' => null,
],
],
'Payment' => $COD2->getId(),
Expand Down

0 comments on commit 469c434

Please sign in to comment.