As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 use strict;
2 use warnings;
3 4 use Test::More;
5 use lib 'xt/lib';
6 7 use_ok('RT::Extension::Assets::Test');
8 use_ok('RT::Asset');
9 use_ok('RT::Assets');
10 use_ok('RT::Catalog');
11 use_ok('RT::Catalogs');