public function testGetSystemDateReturnsCorrectData()
 {
     $this->setMockResponse($this->client, array('core/getSystemDate'));
     $datetime = $this->client->getSystemDate();
     // Raise exception if date format is incorrect
     $datetime = new \DateTime($datetime);
 }