diff --git a/tests/Eccube/Tests/Web/ShoppingControllerTest.php b/tests/Eccube/Tests/Web/ShoppingControllerTest.php index 4215a45d1af..d93da2f5003 100644 --- a/tests/Eccube/Tests/Web/ShoppingControllerTest.php +++ b/tests/Eccube/Tests/Web/ShoppingControllerTest.php @@ -612,7 +612,7 @@ public function testPaymentLimitAndPointCombination() 'Shippings' => [ 0 => [ 'Delivery' => $Delivery->getId(), - 'DeliveryTime' => $Delivery->getDeliveryTimes()->first()->getId(), + 'DeliveryTime' => null, ], ], 'Payment' => $COD2->getId(), @@ -633,7 +633,7 @@ public function testPaymentLimitAndPointCombination() 'Shippings' => [ 0 => [ 'Delivery' => $Delivery->getId(), - 'DeliveryTime' => $Delivery->getDeliveryTimes()->first()->getId(), + 'DeliveryTime' => null, ], ], 'Payment' => $COD2->getId(),