Lines 25-31
use File::Temp qw( tempdir tempfile );
Link Here
|
25 |
use FindBin qw($Bin); |
25 |
use FindBin qw($Bin); |
26 |
use Module::Load::Conditional qw(can_load); |
26 |
use Module::Load::Conditional qw(can_load); |
27 |
use Test::MockModule; |
27 |
use Test::MockModule; |
28 |
use Test::More tests => 52; |
28 |
use Test::More tests => 53; |
29 |
|
29 |
|
30 |
use C4::Context; |
30 |
use C4::Context; |
31 |
use Koha::Database; |
31 |
use Koha::Database; |
Lines 169-174
ok( $plugin->can('to_marc'), 'Test plugin can to_marc' );
Link Here
|
169 |
ok( $plugin->can('intranet_catalog_biblio_enhancements'), 'Test plugin can intranet_catalog_biblio_enhancements'); |
169 |
ok( $plugin->can('intranet_catalog_biblio_enhancements'), 'Test plugin can intranet_catalog_biblio_enhancements'); |
170 |
ok( $plugin->can('intranet_catalog_biblio_enhancements_toolbar_button'), 'Test plugin can intranet_catalog_biblio_enhancements_toolbar_button' ); |
170 |
ok( $plugin->can('intranet_catalog_biblio_enhancements_toolbar_button'), 'Test plugin can intranet_catalog_biblio_enhancements_toolbar_button' ); |
171 |
ok( $plugin->can('opac_online_payment'), 'Test plugin can opac_online_payment' ); |
171 |
ok( $plugin->can('opac_online_payment'), 'Test plugin can opac_online_payment' ); |
|
|
172 |
ok( $plugin->can('after_hold_create'), 'Test plugin can after_hold_create' ); |
172 |
ok( $plugin->can('opac_online_payment_begin'), 'Test plugin can opac_online_payment_begin' ); |
173 |
ok( $plugin->can('opac_online_payment_begin'), 'Test plugin can opac_online_payment_begin' ); |
173 |
ok( $plugin->can('opac_online_payment_end'), 'Test plugin can opac_online_payment_end' ); |
174 |
ok( $plugin->can('opac_online_payment_end'), 'Test plugin can opac_online_payment_end' ); |
174 |
ok( $plugin->can('opac_head'), 'Test plugin can opac_head' ); |
175 |
ok( $plugin->can('opac_head'), 'Test plugin can opac_head' ); |