Sokil\Mongo\CollectionTest::testReadPrimaryOnly PHP Method

testReadPrimaryOnly() public method

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