Sokil\Mongo\DocumentTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $this->collection->delete();
    }
DocumentTest