diff options
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/banned_pay.t | 8 | ||||
-rw-r--r-- | FS/t/cancel_reason.t | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/FS/t/banned_pay.t b/FS/t/banned_pay.t new file mode 100644 index 000000000..d361c588d --- /dev/null +++ b/FS/t/banned_pay.t @@ -0,0 +1,8 @@ +BEGIN { $| = 1; print "1..1 +" } +END {print "not ok 1 +" unless $loaded;} +use FS::banned_pay; +$loaded=1; +print "ok 1 +"; diff --git a/FS/t/cancel_reason.t b/FS/t/cancel_reason.t new file mode 100644 index 000000000..4cbda4a65 --- /dev/null +++ b/FS/t/cancel_reason.t @@ -0,0 +1,8 @@ +BEGIN { $| = 1; print "1..1 +" } +END {print "not ok 1 +" unless $loaded;} +use FS::cancel_reason; +$loaded=1; +print "ok 1 +"; |