# along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl;
use Test::More tests => 4;
use Test::More tests => 5;
use Koha::Patron::Category;
use Koha::Patron::Categories;
use t::lib::TestBuilder;
-