From 594a31bfe12465f281bb6e8acaa3e5d6b4083fb9 Mon Sep 17 00:00:00 2001 From: johnboy Date: Tue, 18 Jan 2011 11:06:05 +1300 Subject: [PATCH] Bug 5327 Starting tests for BackgroundJob Signed-off-by: Chris Cormack --- t/BackgroundJob.t | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 t/BackgroundJob.t diff --git a/t/BackgroundJob.t b/t/BackgroundJob.t new file mode 100644 index 0000000000..8885f054f1 --- /dev/null +++ b/t/BackgroundJob.t @@ -0,0 +1,15 @@ +#!/usr/bin/perl +# +# This Koha test module is a stub! +# Add more tests here!!! + +use strict; +use warnings; + +use Test::More tests => 1; + +BEGIN { + use_ok('C4::BackgroundJob'); +} + + -- 2.39.2