Bug 15632: Koha::Patron::Messages - Remove tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2016 18:28:40 +0000 (18:28 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 3 Mar 2016 21:22:14 +0000 (21:22 +0000)
commitff5b23f94aa87624a10321f455b9a6862aaafc1c
tree221c50e508bcee5ee62b0015215633cff9913c14
parent2d74d926ce54c95f3a638709935f56a90fa7752f
 Bug 15632: Koha::Patron::Messages - Remove tests

The messages related tests in t/db_dependent/Members.t are not
deprecated and can be removed.

Test plan:
  git grep AddMessage
  git grep DeleteMessage
  git grep GetMessagesCount
  git grep GetMessages
should not return any result.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
t/db_dependent/Members.t