NAME
TB2::Formatter::Null - A formatter that does nothing
SYNOPSIS
use Test::Builder::Formatter::Null;
my $null = TB2::Formatter::Null->new;
# Make your tests output nothing
$tb->formatter($null);
DESCRIPTION
This formatter will do nothing. Its useful if you want your tests to produce no output.