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