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 9374: The color should manage all zero format.
[koha.git]
/
t
/
Context.t
blob
12d1675781ff021181eedee955e62abd598fbb37
1
#!/usr/bin/perl
2
use
strict
;
3
use
warnings
;
4
use
DBI
;
5
use
Test
::
More tests
=>
1
;
6
use
Test
::
MockModule
;
7
8
BEGIN
{
9
use_ok
(
'C4::Context'
);
10
}