Example #1
0
 /**
  * @covers Paradox\Client::count
  */
 public function testCount()
 {
     $this->assertEquals(4, $this->client->count($this->collectionName), "The collection should only contain 4 documents");
 }