Bug 19828: Unit tests
commit122f5441323cb257fd0aaa171e2f00c7dfbcf189
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 18 Dec 2017 16:47:53 +0000 (18 13:47 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Dec 2017 16:15:38 +0000 (22 13:15 -0300)
tree55fbf0fc7b8a21c4a0c21706369dadd6d29c9489
parentf98b47cf3ae666318c815f319289586bfc5717a4
Bug 19828: Unit tests

This patch introduces unit tests for the changes this bug introduces to
Koha::Object->store.

To test:
- Apply this patch
- Run:
  $ kshell
 k$ prove t/db_dependent/Koha/Object.t
=> FAIL: Tests should fail because the changes are not implemented on this patch

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Object.t