From 5b2ea8f728eeaea224e0f0c4d2a1e5194f30a732 Mon Sep 17 00:00:00 2001 From: Thijmen Wijers Date: Mon, 4 Dec 2023 13:34:53 +0100 Subject: [PATCH] fix tests --- test/Bootstrap/ConsignmentTestCase.php | 1 - test/Model/Consignment/DHLForYouConsignmentTest.php | 7 ------- 2 files changed, 8 deletions(-) diff --git a/test/Bootstrap/ConsignmentTestCase.php b/test/Bootstrap/ConsignmentTestCase.php index c4264141..21fd8575 100644 --- a/test/Bootstrap/ConsignmentTestCase.php +++ b/test/Bootstrap/ConsignmentTestCase.php @@ -22,7 +22,6 @@ class ConsignmentTestCase extends TestCase { public const ENV_ALLOW_DHL_FOR_YOU = 'ALLOW_DHL_FOR_YOU'; protected const ADD_DROPOFF_POINT = 'add_dropoff_point'; - protected const PHYSICAL_PROPERTIES = 'physical_properties'; protected const AGE_CHECK = 'age_check'; protected const API_KEY = 'api_key'; protected const AUTO_DETECT_PICKUP = 'auto_detect_pickup'; diff --git a/test/Model/Consignment/DHLForYouConsignmentTest.php b/test/Model/Consignment/DHLForYouConsignmentTest.php index dec554bc..470fc287 100644 --- a/test/Model/Consignment/DHLForYouConsignmentTest.php +++ b/test/Model/Consignment/DHLForYouConsignmentTest.php @@ -67,13 +67,6 @@ protected function getDefaultConsignmentData(): array self::POSTAL_CODE => '6825ME', self::CITY => 'Arnhem', self::PHONE => '123456', - self::ADD_DROPOFF_POINT => false, - 'physical_properties' => [ - 'weight' => 1, - 'height' => 1, - 'width' => 1, - 'volume' => 1, - ], ] ); }