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