Bug 24149: Skip Koha::Statistics for TestBuilder tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 24 Jan 2020 08:44:04 +0000 (09:44 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 24 Jan 2020 08:47:43 +0000 (08:47 +0000)
commit88d699fece53a1ae588554166f761d66edc95e69
tree6f4645bc1b0f7f4dc367223449d743b35c1ce581
parent9597a384f3d714c866ca6fc58d480495384e65d7
Bug 24149: Skip Koha::Statistics for TestBuilder tests

As statistics does not have a PK we need to adjust the TestBuilder
tests.
Bug 18441 already exists for adding the PK.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/TestBuilder.t
t/lib/TestBuilder.pm