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
Bug 15171: Display subscriptions which will expire in the future
[koha.git]
/
t
/
Barcodes_EAN13.t
blob
c3c9046a4c6be0216c1a06d00eca43ff8ee54937
1
#!/usr/bin/perl
2
#
3
# implementation tests are in t/db_dependent/Barcodes.t
4
5
use
strict
;
6
use
warnings
;
7
8
use
Test
::
More tests
=>
1
;
9
10
BEGIN
{
11
use_ok
(
'C4::Barcodes::EAN13'
);
12
}