facet_count => $c,
facet_link_value => $t,
facet_title_value => $t,
facet_label_value => $label, # TODO either truncate this,
facet_label_value => $label || q{}, # TODO either truncate this,
# or make the template do it like it should anyway
type_link_value => $type,
};
}
use Modern::Perl;
use Test::More tests => 14;
use Test::More tests => 15;
use Test::NoWarnings;
use t::lib::Mocks;
use t::lib::TestBuilder;
-