initial commit of file from CVS for smeserver-manager on Fri Mar 22 14:54:28 AEDT 2024
This commit is contained in:
19
root/usr/share/smanager/t/001_load.t
Normal file
19
root/usr/share/smanager/t/001_load.t
Normal file
@@ -0,0 +1,19 @@
|
||||
use Test::More;
|
||||
|
||||
plan skip_all => 'unset QUICK_TEST to enable this test' if $ENV{QUICK_TEST};
|
||||
|
||||
plan tests => 8;
|
||||
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/../lib";
|
||||
|
||||
use_ok('SrvMngr');
|
||||
|
||||
# modules
|
||||
use_ok('Mojolicious');
|
||||
use_ok('Mojolicious::Plugin::I18N');
|
||||
use_ok('Mojolicious::Plugin::RenderFile');
|
||||
use_ok('Mojolicious::Plugin::CSRFDefender');
|
||||
use_ok('Net::Netmask');
|
||||
use_ok('DBM::Deep');
|
||||
use_ok('Mojo::JWT');
|
Reference in New Issue
Block a user