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, - ], ] ); }