repo.or.cz
/
openxpki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RT notifier: parse templates without header correctly
[openxpki.git]
/
trunk
/
clients
/
perl
/
OpenXPKI-Client-HTML-Mason
/
t
/
10_syntax.t
blob
b47401ed7461783993b44d94787d5d50afe9255f
1
use Test::More tests => 3;
2
3
BEGIN {
4
use_ok( 'OpenXPKI::Client::HTML::Mason::Javascript' );
5
use_ok( 'OpenXPKI::Client::HTML::Mason::Menu' );
6
use_ok( 'OpenXPKI::Client::HTML::Mason' );
7
}
8
9
diag( "Testing syntax of used classes" );