logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore

Author

       John Napiorkowski "<jjnapiork@cpan.org>"

Description

       This uses the DBIx::Class::Schema::PopulateMore to install fixtures. Please review the documentation for
       that module for more.

Methods

       This class defines the following methods

   install_fixtures
       Takes an Array or ArrayRef of arguments and installs them into your target database.  Returns as
       DBIx::Class::Schema::PopulateMore.

Name

       Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore

Synopsis

               my $command = Test::DBIx::Class::FixtureComand::PopulateMore->new(schema=>$schema);
               $command->install_fixtures($fixtures);

See Also