We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5a170 commit 58e263eCopy full SHA for 58e263e
test/EasyPost/Fixture.php
@@ -176,4 +176,9 @@ public static function rmaFormOtions()
176
{
177
return self::readFixtureData()['form_options']['rma'];
178
}
179
+
180
+ public static function plannedShipDate()
181
+ {
182
+ return '2023-04-28';
183
+ }
184
test/EasyPost/ShipmentTest.php
@@ -584,7 +584,7 @@ public function testRetrieveEstimatedDeliveryDate()
584
585
$rates = self::$client->shipment->retrieveEstimatedDeliveryDate(
586
$shipment->id,
587
- '2023-04-28',
+ Fixture::plannedShipDate(),
588
);
589
590
foreach ($rates as $entry) {
0 commit comments