expressService = app(ExpressService::class); } #[Test] public function getAllDelivery() { $res = $this->expressService->getAllDelivery(); dump($res); } }