Fix for Bug 4984, Invalid XHTML in staff client search results
[koha.git] / t / Output_JSONStream.t
blob2ee22fe9c353756a12f1ad4c88829fc92f0b5818
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 1;
11 BEGIN {
12 use_ok('C4::Output::JSONStream');