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