service = app(DeliveryService::class); $this->data['printStr'] = "SO210621008542"; } public function testGetDeliveryTest() { // $params = $this->service->getDelivery($this->data['printStr']); // dd($params); $this->assertTrue(true); } protected function tearDown(): void { parent::tearDown(); // TODO: Change the autogenerated stub } }