![]() |
![]()
| ![]() |
![]()
NAMETest::DBIx::Class::FixtureCommand::Population - Use your fixtures in a test case. SYNOPSISuse Test::Most; use Test::DBIx::Class -schema_class=>'MusicBase::Schema', -fixture_class => '::Population, qw(Artist); fixtures_ok ['all_tables']; fixtures_ok ['more_sets', 'and_even_more_sets']; ## You test cases ## done_testing; DESCRIPTIONIntegration between DBIx::Class::Migration::Population and Test::DBIx::Class. Does the Test::DBIx::Class::Role::FixtureCommand Role. Allows you to pass an arrayref of fixture set names to "fixtures_ok". SEE ALSODBIx::Class::Migration::Population, Test::DBIx::Class AUTHORSee DBIx::Class::Migration for author information COPYRIGHT & LICENSESee DBIx::Class::Migration for copyright and license information
|