Sokil\Mongo\CollectionTest::testStats PHP Method

testStats() public method

public testStats ( )
    public function testStats()
    {
        $stats = $this->collection->stats();
        // error occuned - ns not found
        $this->assertEquals((double) 0, $stats['ok']);
    }
CollectionTest