public function setupObjects() { parent::setupObjects(); $this->addMockSubscriber($this->makeResponse('{"name": "TEST"}')); $this->database = $this->instance->database(); }
public function setupObjects() { parent::setupObjects(); $this->user = $this->instance->user(); }