You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DBIx::Class::Schema::source(): Can't find source for organisations at /home/alastair.mcgowan/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/Test/DBIx/Class/FixtureCommand/Populate.pm line 43
This is because it makes no attempt to translate these fixture names into the actual fixtures:
The documentation says I can do
But this just crashes
This is because it makes no attempt to translate these fixture names into the actual fixtures:
These are first
\@args
at line 28, and then$definition
at line 40:https://github.com/jjn1056/Test-DBIx-Class/blob/master/lib/Test/DBIx/Class/FixtureCommand/Populate.pm#L28
https://github.com/jjn1056/Test-DBIx-Class/blob/master/lib/Test/DBIx/Class/FixtureCommand/Populate.pm#L40
However, the equivalent code works:
The text was updated successfully, but these errors were encountered: