summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael Kröll <michael@localhost.localdomain>2008-12-01 21:12:27 +0100
committerMichael Kröll <michael@localhost.localdomain>2008-12-01 21:12:27 +0100
commit952ba98235a81ba25c7efc66b274753ddc809839 (patch)
tree1aab95f1b614433c64353156e3a4660a46e2dc34 /t
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-952ba98235a81ba25c7efc66b274753ddc809839.tar.gz
Simple-OpenID-952ba98235a81ba25c7efc66b274753ddc809839.tar.bz2
Simple-OpenID-952ba98235a81ba25c7efc66b274753ddc809839.zip
Dummy XSLT view
Diffstat (limited to 't')
-rw-r--r--t/view_XSLT.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/view_XSLT.t b/t/view_XSLT.t
new file mode 100644
index 0000000..e7802be
--- /dev/null
+++ b/t/view_XSLT.t
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+BEGIN { use_ok 'PAUSE::OpenID::View::XSLT' }
+