From 6d462efea2382b068d55f81b48fe0bde42115a52 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 8 Oct 2021 06:51:03 +0000 Subject: [PATCH] Bug 28211: (QA follow-up) Remove test_call_recursive Content-Type: text/plain; charset=utf-8 Obsoleted now. Signed-off-by: Marcel de Rooy --- t/lib/Koha/Plugin/Test.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/t/lib/Koha/Plugin/Test.pm b/t/lib/Koha/Plugin/Test.pm index aa056526e5..cd5b7cbe55 100644 --- a/t/lib/Koha/Plugin/Test.pm +++ b/t/lib/Koha/Plugin/Test.pm @@ -321,12 +321,6 @@ sub intranet_catalog_biblio_tab { return @tabs; } -sub test_call_recursive { - my ( $self, $value ) = @_; - - return $value x 2; -} - sub _private_sub { return ""; } -- 2.20.1