infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_o...
[freeside.git] / FS / t / payment_gateway.t
1 BEGIN { $| = 1; print "1..1
2 " }
3 END {print "not ok 1
4 " unless $loaded;}
5 use FS::payment_gateway;
6 $loaded=1;
7 print "ok 1
8 ";