Payments API calls working, with some tests
[Business-OnlinePayment-Bambora.git] / t / TestFixtures.pm
diff --git a/t/TestFixtures.pm b/t/TestFixtures.pm
new file mode 100755 (executable)
index 0000000..acf2138
--- /dev/null
@@ -0,0 +1,14 @@
+#!/usr/bin/env perl
+package TestFixtures;
+use strict;
+use warnings;
+
+use Exporter;
+use vars qw/ @ISA @EXPORT /;
+@ISA = 'Exporter';
+@EXPORT = qw/
+    
+/;
+
+
+1;
\ No newline at end of file