Example #1
0
 /**
  * @covers Paradox\Client::parseIdForKey
  */
 public function testParseIdForKey()
 {
     $result = $this->client->parseIdForKey('mycollection/123456');
     $this->assertEquals('123456', $result, "The parsed id is incorrect");
 }