Bug 20912: (QA follow-up) Move Fees to Charges::
[koha.git] / t / Biblio.t
index 446afe2..0d140be 100755 (executable)
@@ -21,6 +21,8 @@ use Test::More;
 use Test::MockModule;
 use Test::Warn;
 
+plan tests => 47;
+
 use_ok('C4::Biblio');
 
 my $db = Test::MockModule->new('Koha::Database');