public function testReadPrimaryOnly() { $this->collection->readPrimaryOnly(); $this->assertEquals(array('type' => \MongoClient::RP_PRIMARY), $this->collection->getReadPreference()); }