logisticZopService = new LogisticZopService(); } protected function tearDown(): void { parent::tearDown(); // TODO: Change the autogenerated stub } /** * @test */ public function get_test() { $result = $this->logisticZopService->get([]); dd($result); } }