Example #1
0
 /**
  * @covers Paradox\Client::getCollectionStatistics
  */
 public function testGetCollectionStatistics()
 {
     $collectionStatistics = $this->client->getCollectionStatistics($this->collectionName);
     $this->assertInternalType('array', $collectionStatistics, 'The collection info should be an array');
     $this->assertNotEmpty($collectionStatistics, 'The collection info should not be empty');
 }