From 69037606f578d0c81a5c1584c5a865cba7acf3e2 Mon Sep 17 00:00:00 2001 From: Brian Engard Date: Fri, 29 Oct 2010 23:39:26 -0400 Subject: [PATCH] Create Unit Test for ImportBatch Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- t/ImportBatch.t | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 t/ImportBatch.t diff --git a/t/ImportBatch.t b/t/ImportBatch.t new file mode 100644 index 0000000000..3c4935ca3c --- /dev/null +++ b/t/ImportBatch.t @@ -0,0 +1,14 @@ +#!/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::ImportBatch'); +} + -- 2.39.2