|
Lines 49-54
subtest 'after_authority_action hook' => sub {
Link Here
|
| 49 |
|
49 |
|
| 50 |
$schema->storage->txn_begin; |
50 |
$schema->storage->txn_begin; |
| 51 |
|
51 |
|
|
|
52 |
my $test_mock = Test::MockModule->new('Koha::Plugin::Test'); |
| 53 |
$test_mock->mock( 'elasticsearch_to_document' => undef ); |
| 54 |
|
| 52 |
my $plugins = Koha::Plugins->new; |
55 |
my $plugins = Koha::Plugins->new; |
| 53 |
$plugins->InstallPlugins; |
56 |
$plugins->InstallPlugins; |
| 54 |
my $plugin = Koha::Plugin::Test->new->enable; |
57 |
my $plugin = Koha::Plugin::Test->new->enable; |
| 55 |
- |
|
|