Example #1
0
 /**
  * @covers Paradox\Client::getOne
  */
 public function testGetOne()
 {
     $result = $this->client->getOne("FOR doc in {$this->collectionName} RETURN doc");
     $this->assertInternalType('array', $result, "The result should be an array");
 }