View | Details | Raw Unified | Return to bug 14836
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Patron/Categories.t (-2 / +1 lines)
Lines 18-24 Link Here
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Test::More tests => 4;
21
use Test::More tests => 5;
22
use Koha::Patron::Category;
22
use Koha::Patron::Category;
23
use Koha::Patron::Categories;
23
use Koha::Patron::Categories;
24
use t::lib::TestBuilder;
24
use t::lib::TestBuilder;
25
- 

Return to bug 14836