summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/10base.t2
-rwxr-xr-xt/20emit.t2
-rwxr-xr-xt/30parse.t2
-rwxr-xr-xt/40live.t2
4 files changed, 8 insertions, 0 deletions
diff --git a/t/10base.t b/t/10base.t
index 2f956f2..54174cb 100755
--- a/t/10base.t
+++ b/t/10base.t
@@ -1,3 +1,5 @@
+# vim:set syntax=perl:
+
use Test::More tests => 2;
BEGIN { use_ok('Business::OnlinePayment') };
diff --git a/t/20emit.t b/t/20emit.t
index e51f5e7..aa9af6a 100755
--- a/t/20emit.t
+++ b/t/20emit.t
@@ -1,3 +1,5 @@
+# vim:set syntax=perl:
+
use Test::More tests => 4 + 2;
BEGIN { use_ok('Business::OnlinePayment') };
diff --git a/t/30parse.t b/t/30parse.t
index 7962c1a..f5bb267 100755
--- a/t/30parse.t
+++ b/t/30parse.t
@@ -1,3 +1,5 @@
+# vim:set syntax=perl:
+
use constant FIELDS => qw(
result_code authorization error_message
receipt_number sales_number
diff --git a/t/40live.t b/t/40live.t
index 349bae5..e2a3655 100755
--- a/t/40live.t
+++ b/t/40live.t
@@ -1,3 +1,5 @@
+# vim:set syntax=perl:
+
use Test::More;
BEGIN {