Test for C4::Branch
Just skeletal at this stage, actual tests need to be added Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
c85892117e
commit
bcf0c513fb
1 changed files with 5 additions and 0 deletions
5
t/Branch.t
Normal file
5
t/Branch.t
Normal file
|
@ -0,0 +1,5 @@
|
|||
BEGIN { $| = 1; print "1..1\n"; }
|
||||
END {print "not ok 1\n" unless $loaded;}
|
||||
use C4::Branch;
|
||||
$loaded = 1;
|
||||
print "ok 1\n";
|
Loading…
Reference in a new issue