Bug 18789: Add tests for is_adult and is_child

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2018-02-15 14:10:13 -03:00
parent 43b60d6eed
commit c49bffda19

View 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;