From 979a3ec6f70d79abdb6ffa0403f0157cc0cf3d35 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Wed, 4 Dec 2024 14:41:31 +0100 Subject: [PATCH] tests(restv1_et) fix Faker import --- .../Zapier/REST/V1/Endpoints/RefundedOrdersCest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/restv1_et/Event_Automator/Zapier/REST/V1/Endpoints/RefundedOrdersCest.php b/tests/restv1_et/Event_Automator/Zapier/REST/V1/Endpoints/RefundedOrdersCest.php index b2693f3b1d..4a8308f876 100644 --- a/tests/restv1_et/Event_Automator/Zapier/REST/V1/Endpoints/RefundedOrdersCest.php +++ b/tests/restv1_et/Event_Automator/Zapier/REST/V1/Endpoints/RefundedOrdersCest.php @@ -144,7 +144,6 @@ public function it_should_process_tc_refunded_orders_queue( Restv1_etTester $I ) /** * @test - * @skip Strauss does not update FakerPHP causing 'Psr\Container\ContainerInterface' not found */ public function it_should_process_edd_refunded_orders_queue( Restv1_etTester $I ) { $event = $this->generate_event( $this->mock_date_value );