Sokil\Mongo\CollectionTest::testValidateOnNotExistedCollection PHP Method

testValidateOnNotExistedCollection() public method

    public function testValidateOnNotExistedCollection()
    {
        $this->database->getCollection('phpmongo_unexisted_collection')->validate(true);
    }
CollectionTest