Phive\Queue\Tests\Handler\MongoHandler::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->coll->remove();
    }