Bug 5327: Add unit test for ItemType.pm
authorNate Curulla <nate@bywatersolutions.com>
Sun, 31 Oct 2010 09:15:22 +0000 (05:15 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 31 Oct 2010 09:16:47 +0000 (22:16 +1300)
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/ItemType.t [new file with mode: 0755]

diff --git a/t/ItemType.t b/t/ItemType.t
new file mode 100755 (executable)
index 0000000..de7a4e2
--- /dev/null
@@ -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::ItemType');
+}
+