Bug 23793: Unit tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 14 Oct 2019 12:05:46 +0000 (09:05 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 23 Oct 2019 16:33:09 +0000 (17:33 +0100)
commit99a1a6db0f720cf0896a5ea2651cce89e35384ae
tree366c03ea2f4d0770f3416d833dc47c4c0c78e694
parent6189f25dfae19f99800168db7be996e1239efae3
Bug 23793: Unit tests

This patch introduces full test coverage for the EmbedItems filter.

To test:
1. Apply this patchset
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Filter/EmbedItems.t
=> SUCCESS: Tests pass!
3. Sign off :-D
4. Use it to improve Koha!

Signed-off-by: Ere Maijala <ere.maijala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/Koha/Filter/EmbedItems.t [new file with mode: 0755]