Bug 20568: Unit tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Sat, 14 Apr 2018 20:37:56 +0000 (17:37 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 May 2018 15:55:58 +0000 (12:55 -0300)
commit30b763040cef34f083e66d047e50b5dd20c5ec7c
tree8b4a2d5f9ddad50a57b168e3f9dfc913261f8372
parent05101f0afa28d1de67d8d313963cb06cc5b3e1e1
Bug 20568: Unit tests

This patch adds unit tests for the introduced classes: Koha::ApiKey(s).

To test:
- Apply this patch
- Run
  $ kshell
 k$ prove t/db_dependent/Koha/ApiKeys.t
=> FAIL: Tests fail because the feature is not implemented.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/ApiKeys.t [new file with mode: 0755]