data['code'] = 'HAIB1-01-01'; $this->service = app(CacheShelfService::class); } public function testLightOff() { $body = $this->service->_stationCacheLightOff($this->data['code']); $this->assertEquals($body->code,200); } protected function tearDown(): void { parent::tearDown(); // TODO: Change the autogenerated stub } }