Bug 27858: Reorganize tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 4 Mar 2021 11:10:51 +0000 (08:10 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Apr 2021 13:43:26 +0000 (15:43 +0200)
commite2fe2d217fdb3ab23fbcd77672205753dd3cda73
tree1f579d77dd64967206a03231eb62e3a6d079bdf2
parent577a4054070338ff5a135dca9f033a28b7abf5f3
Bug 27858: Reorganize tests

This patch renames the tests file, and also groups subtests by method.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Patron/Attribute.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Patron/Attribute.t [new file with mode: 0755]
t/db_dependent/Koha/Patron/Attributes.t [deleted file]