use strict;
use warnings;
use Test::More tests => 1;
use Test::More tests => 2;
BEGIN {
use_ok('C4::Category');
}
-
ok( my @categories = C4::Category->all);