From 433e6e4ba7f1a2015dfa7c1b0b12b1b0f30ab1c8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 13 Nov 2017 13:43:05 +0000 Subject: [PATCH] Bug 18712: QA Followup - Add count of tests Before patches we did 47 tests or none, we should plan the same number of tests now --- t/Biblio.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Biblio.t b/t/Biblio.t index 446afe2..0d140be 100755 --- a/t/Biblio.t +++ b/t/Biblio.t @@ -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'); -- 2.1.4