Sokil\Mongo\BatchTest::tearDown PHP Method

tearDown() public method

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