public function testGetNode() { $key = 'node_key'; $setdata = $this->client->set($key, 'node_value'); $node = $this->client->getNode($key); $this->assertJsonStringEqualsJsonString(json_encode($node), json_encode($setdata['node'])); }