| File: | t/NewsChannels.t | 
| Coverage: | 100.0% | 
| line | stmt | bran | cond | sub | time | code | 
|---|---|---|---|---|---|---|
| 1 | #!/usr/bin/perl | |||||
| 2 | # | |||||
| 3 | # This Koha test module is a stub! | |||||
| 4 | # Add more tests here!!! | |||||
| 5 | ||||||
| 6 | 1 1 1  | 1.33283535999253e+15 19 41  | use strict; | |||
| 7 | 1 1 1  | 20 20 49  | use warnings; | |||
| 8 | ||||||
| 9 | 1 1 1  | 234 18920 14  | use Test::More tests => 1; | |||
| 10 | ||||||
| 11 | BEGIN { | |||||
| 12 | 1  | 1619  | use_ok('C4::NewsChannels'); | |||
| 13 | } | |||||
| 14 | ||||||