Bug 19130: (followup) Add t/db_dependent/Koha/Acquisition/Booksellers.t
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 22 Aug 2017 15:03:37 +0000 (12:03 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 29 Sep 2017 13:21:20 +0000 (15:21 +0200)
commit36cdd8e0cd0d27b9bcdd5c661d2dbf3e19c8b3f0
tree0c9fc69ebc2c23e77ef3581eeb0200a18395a654
parent854a9052f70d9a9b2c3b63fe2c3b35c1d40a5496
Bug 19130: (followup) Add t/db_dependent/Koha/Acquisition/Booksellers.t

This followup patch adds a proper file in which add tests for
Koha::Acquisition::Bookseller(s) methods.

All current methods are covered.

To test:
- Run:
  $ sudo koha-shell kohadev
 k$ cd kohaclone
 k$ prove t/db_dependent/Koha/Acquisition/Booksellers.t
 => SUCCESS: Test pass!
 - Sign off :-D

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 3481b7b9dac8935befe631131570591ec2c84cce)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Koha/Acquisition/Booksellers.t [new file with mode: 0644]