Lines 47-52
$logger->mock('error', sub {
Link Here
|
47 |
my $schema = Koha::Database->new->schema; |
47 |
my $schema = Koha::Database->new->schema; |
48 |
my $builder = t::lib::TestBuilder->new; |
48 |
my $builder = t::lib::TestBuilder->new; |
49 |
|
49 |
|
|
|
50 |
t::lib::Mocks::mock_preference( 'NotifyPasswordChange', undef ); |
51 |
|
50 |
subtest 'Bad plugins tests' => sub { |
52 |
subtest 'Bad plugins tests' => sub { |
51 |
|
53 |
|
52 |
plan tests => 3; |
54 |
plan tests => 3; |
53 |
- |
|
|