Bug 21912: Add tests for Koha::Objects->search
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 29 Nov 2018 14:59:05 +0000 (11:59 -0300)
committerJesse Maseto <jesse@bywatersolutions.com>
Wed, 23 Jan 2019 17:45:39 +0000 (17:45 +0000)
commitdc096dafe6453bbb7412da799f5acc0fff5da781
tree506ff122227aa84a4e99ad1e8f5e937b06a7651c
parent34ddd742f92ae8e0525b7788f30eb4bc88e355c3
Bug 21912: Add tests for Koha::Objects->search

This patch adds simple tests for the current behaviour. Specifically the
return values in both scalar and list context.

To test:
- Apply this patch
- Run:
  $ prove t/db_dependent/Koha/Objects.t
=> SUCCESS: Tests pass
- Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 7669697732e3abf3b2c5a32446115d277be7342e)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 464dcd7d9e2e7ba4e604ef0e7b5665dd8cd8b9b3)

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>
t/db_dependent/Koha/Objects.t