repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix use of non-existent variable $borrower
[koha.git]
/
t
/
Review.t
blob
90323bcd5237701f2dc6dedfc67d4082336f3795
1
#!/usr/bin/perl
2
#
3
#
4
# This Koha test module is a stub!
5
# Add more tests here!!!
6
7
use
strict
;
8
use
warnings
;
9
10
use
Test
::
More tests
=>
1
;
11
12
BEGIN
{
13
use_ok
(
'C4::Review'
);
14
}
15