Bug 18120: /acquisitions/vendors unit tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Mar 2017 19:40:11 +0000 (16:40 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Sep 2017 20:13:13 +0000 (17:13 -0300)
commit17764fbe90c93daeb619742312920a50f5402e1e
treed0660764d0410616138aafbaad56235259221971
parent269c21d984ef451dadcad2e803035cc1cd052825
Bug 18120: /acquisitions/vendors unit tests

This patch introduces unit tests that need to be passed by an
/acquisitions/vendors/ REST endpoint.

To test:
- Apply the patch
- Run:
  $ sudo koha-shell kohadev
 k$ prove t/db_dependent/api/v1/acquisitions_vendors.t
=> FAIL: The endpoint is not present, should fail.

Sponsored-by: ByWater Solutions
Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/api/v1/acquisitions_vendors.t [new file with mode: 0644]