From 669280c7ab200637f06a5b6852409f7207f68403 Mon Sep 17 00:00:00 2001 From: johnboy Date: Thu, 20 Jan 2011 11:17:35 +1300 Subject: [PATCH] Bug 5327 Made test file for Accounts.pm Signed-off-by: Chris Cormack --- t/db_dependent/Accounts.t | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 t/db_dependent/Accounts.t diff --git a/t/db_dependent/Accounts.t b/t/db_dependent/Accounts.t new file mode 100644 index 0000000000..1c2dd5a1d0 --- /dev/null +++ b/t/db_dependent/Accounts.t @@ -0,0 +1,16 @@ +#!/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::Accounts'); +} + + + -- 2.39.2