Bug 18789: Add tests for is_adult and is_child
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Feb 2018 17:10:13 +0000 (14:10 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Feb 2018 16:03:58 +0000 (13:03 -0300)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Patrons.t

index 0a6f5e3..46012d8 100644 (file)
@@ -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;