data['code'] = 'HAIB1-02-02'; // 修改此处可进行测试 $this->data['materialCode'] = 'IDE0000898'; // 修改此处可进行测试 $this->service = app(CacheShelfService::class); } public function testLightOn() { $this->assertTrue(true); // 直接访问了海柔的测试一般不需要测试 // 如需测试 同 StationCacheLightOffTest 一起测试 // $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 } }