voip_cdr call rating by day and time, RT#4763
[freeside.git] / FS / t / rate_time.t
diff --git a/FS/t/rate_time.t b/FS/t/rate_time.t
new file mode 100644 (file)
index 0000000..ece37d1
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::rate_time;
+$loaded=1;
+print "ok 1\n";