From: Jonathan Druart Date: Thu, 15 Feb 2018 17:10:13 +0000 (-0300) Subject: Bug 18789: Add tests for is_adult and is_child X-Git-Tag: v18.05.00-rc1~838 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=c49bffda19d64090e897a4c83ca50548175dde62;p=srvgit Bug 18789: Add tests for is_adult and is_child Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart --- diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t index 0a6f5e37bc..46012d81a2 100644 --- a/t/db_dependent/Koha/Patrons.t +++ b/t/db_dependent/Koha/Patrons.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 24; +use Test::More tests => 25; use Test::Warn; use Time::Fake; use DateTime;