Bug 27857: Move extended_attributes tests to Koha/Patron.t
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 4 Mar 2021 10:12:30 +0000 (07:12 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Apr 2021 13:43:29 +0000 (15:43 +0200)
commit1746f286704dbfa97b8bee8dcf94353c08c70b04
tree34570ebf9280d9039a0bee86d6cbffb09987eb95
parentf2b3099a9f95b8303928acac4434e7642d49b76d
Bug 27857: Move extended_attributes tests to Koha/Patron.t

They really belong here. both Patron.t and Patrons.t got lengthy and it
is not intuitive to look for tests for a Koha::Patron method in the
Patrons.t file.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Patron.t \
           t/db_dependent/Koha/Patrons.t
=> SUCCESS: Tests pass!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests still pass, no new stuff
4. Sign off :-D

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Patron.t
t/db_dependent/Koha/Patrons.t