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