NAME

DBICTest - Custom RU package for testing a schema

SYNOPSIS

use lib qw(t/lib);
use DBICTest;
use Test::More;

my $schema = DBICTest->init_schema();

DESCRIPTION

This module provides the basic utilities to write tests against DBIx::Class.

deploy_schema

populate_schema

DBICTest->populate_schema( $schema );

After you deploy your schema you can use this method to populate the tables with test data.