DBIx-Class-Loader

 view release on metacpan or  search on metacpan

t/dbixcl_common_tests.pm  view on Meta::CPAN

    }
    else {
       $self = { @_ };
    }

    # Only MySQL uses this
    $self->{innodb} ||= '';

    $self->{verbose} = $ENV{TEST_VERBOSE} || 0;

    return bless $self => $class;
}

sub skip_tests {
    my ($self, $why) = @_;

    plan skip_all => $why;
}

sub run_tests {
    my $self = shift;



( run in 0.382 second using v1.01-cache-2.11-cpan-65fba6d93b7 )