summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authormark <mark>2011-12-07 05:50:33 +0000
committermark <mark>2011-12-07 05:50:33 +0000
commitee2ee290c82013f870e2b23e4235e70998e59ee1 (patch)
tree73ab6f5bd5d88a6dcabb13d48b6d951d5a7a8373 /FS/t
parent71d417238c392886be01ac93896399c3dbfa2e16 (diff)
minor refactor and better safeguards on term discounts, #15068
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/discount_plan.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/discount_plan.t b/FS/t/discount_plan.t
new file mode 100644
index 000000000..899071bd3
--- /dev/null
+++ b/FS/t/discount_plan.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::discount_plan;
+$loaded=1;
+print "ok 1\n";