Browse Source

Bug 29387: (QA follow-up) Fix modules in test

Can't locate object method "new" via package "Koha::BackgroundJob::BatchUpdateBiblio" (perhaps you forgot to load "Koha::BackgroundJob::BatchUpdateBiblio"?) at t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t line 45.

How did it pass at signoff?

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11/bug30761
Marcel de Rooy 2 years ago
committed by Jonathan Druart
parent
commit
5ddb520b96
  1. 2
      t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t

2
t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t

@ -25,6 +25,8 @@ use JSON qw( encode_json decode_json );
use Koha::Database;
use Koha::BackgroundJobs;
use Koha::BackgroundJob::BatchUpdateBiblio;
use Koha::Exceptions::Exception;
use t::lib::TestBuilder;
my $schema = Koha::Database->new->schema;

Loading…
Cancel
Save