From ec0ff69182d253b37ae15815d0adeb81f51d1bd1 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 13 Nov 2017 13:43:05 +0000 Subject: [PATCH] Bug 18712: (QA follow-up) Add count of tests Before patches we did 47 tests or none, we should plan the same number of tests now Signed-off-by: Jonathan Druart --- t/Biblio.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Biblio.t b/t/Biblio.t index 446afe2a3e..0d140bed60 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.20.1