Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wthijmen committed Dec 4, 2023
1 parent 0ac01b1 commit 5b2ea8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion test/Bootstrap/ConsignmentTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
7 changes: 0 additions & 7 deletions test/Model/Consignment/DHLForYouConsignmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
]
);
}
Expand Down

0 comments on commit 5b2ea8f

Please sign in to comment.