summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-31 11:33:44 -0700
committerMark Wells <mark@freeside.biz>2015-03-31 11:53:58 -0700
commit881b82b9af1a264afbc98bb22adfcfb76fab74db (patch)
tree39000543e2c600ad0ff5d93802029c215e255110 /FS/t
parent6e5cd05d1e71816cb2ef15d08ed54a170fe9a9bf (diff)
more flexible package suspend/unsuspend fees, #26828
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_pkg_reason_fee.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pkg_reason_fee.t b/FS/t/cust_pkg_reason_fee.t
new file mode 100644
index 000000000..96cb79a7a
--- /dev/null
+++ b/FS/t/cust_pkg_reason_fee.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_pkg_reason_fee;
+$loaded=1;
+print "ok 1\n";