public function testGetHelloWorldReturnsCorrectData() { $this->setMockResponse($this->client, array('core/getHelloWorld')); $hello = $this->client->getHelloWorld(); $this->assertEquals('Hello World!', $hello); }