Example #1
0
 /**
  * @covers Paradox\Client::addReadCollection
  */
 public function testAddReadCollection()
 {
     $this->client->begin();
     $this->client->addReadCollection($this->collectionName);
 }