File: | t/SMS.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.3328354051709e+15 2 43 | use strict; | |||
7 | 1 1 1 | 4 1 34 | use warnings; | |||
8 | ||||||
9 | 1 1 1 | 210 20606 21 | use Test::More tests => 1; | |||
10 | ||||||
11 | BEGIN { | |||||
12 | 1 | 1703 | use_ok('C4::SMS'); | |||
13 | } | |||||
14 |