Bug 12455: adding unit tests for the module C4/SMS.pm
authorYohann Dufour <dufour.yohann@gmail.com>
Fri, 20 Jun 2014 08:42:13 +0000 (10:42 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 23 Jul 2014 20:45:51 +0000 (20:45 +0000)
commit5f73a07da578344d949992161ae607b0ecc5c469
treed9df44dc274e05b5e6edb9c9537cfd341aaed743
parenta001e705eff71b661ddb54066ec9b479731f35d1
Bug 12455: adding unit tests for the module C4/SMS.pm

The module C4/SMS.pm was not tested

Test plan:
1/ Execute the command : prove t/SMS.t
2/ The result has to be a success without error or warning :
t/SMS.t .. ok
All tests successful.
Files=1, Tests=7,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.17 cusr  0.02 csys =  0.23 CPU)
Result: PASS

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Replace stub test, all test pass.
Removed "use strict/warnings", no need for that with "use Modern::Perl"
No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/SMS.t