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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 25 Aug 2017 14:53:44 +0000 (11:53 -0300)
commit3481b7b9dac8935befe631131570591ec2c84cce
tree70ca398f806770cd09ee2a505454ecd130e1bcb1
parent7e4ce56b27025b05ee572100529eaa4f28e0933c
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>
t/db_dependent/Koha/Acquisition/Booksellers.t [new file with mode: 0644]