Bug 5327 Made test file for Accounts.pm
authorjohnboy <chansey.killer@hotmail.com>
Wed, 19 Jan 2011 22:17:35 +0000 (11:17 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Jan 2011 06:57:50 +0000 (19:57 +1300)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/db_dependent/Accounts.t [new file with mode: 0644]

diff --git a/t/db_dependent/Accounts.t b/t/db_dependent/Accounts.t
new file mode 100644 (file)
index 0000000..1c2dd5a
--- /dev/null
@@ -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');
+}
+
+
+