]> git.koha-community.org Git - koha.git/commit
Bug 20942: Unit tests for /patrons/{patron_id}/account
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 13 Jun 2018 17:02:30 +0000 (14:02 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 2 Aug 2018 17:03:36 +0000 (18:03 +0100)
commit2dd7b408b3844d4b6a3d808c69f0a5d520132e29
tree8fbbe3abc31c75eab61d792d5748f7e789e056a4
parentac321e17d9e0f106eebdc809e1b790da56326949
Bug 20942: Unit tests for /patrons/{patron_id}/account

This patch adds tests for the /patrons/{patron_id}/account endpoint.
To test:

- Run:
  $ kshell
 k$ prove t/db_dependent/api/v1/patrons_accounts.t
=> FAIL: Tests should fail because the endpoint is not implemented.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 7cbff1bce1608016e8b8ceded7633678189b75cc)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/api/v1/patrons_accounts.t [new file with mode: 0644]