Bug 17755: Unit tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 12 Dec 2016 14:15:45 +0000 (11:15 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Mar 2017 18:32:43 +0000 (18:32 +0000)
commit62249ff5734819a148bff267855b570387ea231a
tree9cdb387defc03164e636ac7f7f22dc32887fb128
parentbd01041ac6985656ca1bf1f2a6b9d565e98bd61d
Bug 17755: Unit tests

This patch introduces unit tests for Koha::Object::Library::Limit. It is
done this way because it needs to be instantiated to be usable.

To test:
- Run:
  $ prove t/db_dependent/Koha/Patron/Attribute/Types.t
=> SUCCESS: Tests pass
- Sign off :-D

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Koha/Patron/Attribute/Types.t [new file with mode: 0644]