3 # This Koha test module is a stub!
4 # Add more tests here!!!
9 use Test::More tests => 3;
16 t::lib::Mocks::mock_preference('BorrowersLog', 1);
17 t::lib::Mocks::mock_preference('CataloguingLog', 1);
18 t::lib::Mocks::mock_preference('IssueLog', 1);
19 t::lib::Mocks::mock_preference('ReturnLog', 1);
20 t::lib::Mocks::mock_preference('SubscriptionLog', 1);
21 t::lib::Mocks::mock_preference('LetterLog', 1);
22 t::lib::Mocks::mock_preference('FinesLog', 1);
24 ok( my $hash=GetLogStatus(),"Testing GetLogStatus");
26 ok( $hash->{BorrowersLog}, 'Testing hash is non empty');