Test in branch test eingefügt
[kivitendo-erp.git] / Test / perl / test_action.pl
diff --git a/Test/perl/test_action.pl b/Test/perl/test_action.pl
new file mode 100755 (executable)
index 0000000..660b7f3
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+use strict;
+
+use SL::Controller::Mebil;
+use SL::LXDebug;
+
+$::lxdebug = new LXDebug;
+
+my $m = new SL::Controller::Mebil;
+$m->action_calcmap;