X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fbop.t;h=68f5f98460ec0f90bdff28519e85f732f36a8ae6;hb=39541291959ba143c5a9e8272b45d49aea654f35;hp=64332c5e093f4787e0dc83ee7ee0b09ac93e3ebb;hpb=613a646d7362d686c7b1f241b1bb47db50968de7;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/t/bop.t b/t/bop.t index 64332c5..68f5f98 100644 --- a/t/bop.t +++ b/t/bop.t @@ -1,5 +1,5 @@ -BEGIN { $| = 1; print "1..1\n"; } -END {print "not ok 1\n" unless $loaded;} -use Business::OnlinePayment; -$loaded = 1; -print "ok 1\n"; +#!/usr/bin/perl -w + +use Test::More tests => 1; + +use_ok 'Business::OnlinePayment';