X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FBackgroundJob%2FSelfTest%2FBase.pm;h=6926a32fe95a2f8e03e74b08bde30519bc96b1b8;hb=cbb3aa422df73984c5044571589be7a0319cf034;hp=f790137d2bd3ea9cfd733919c25044906f09a464;hpb=f7d51d3e6c5e9b16f688e2e9417f54aee64ed23a;p=kivitendo-erp.git diff --git a/SL/BackgroundJob/SelfTest/Base.pm b/SL/BackgroundJob/SelfTest/Base.pm index f790137d2..6926a32fe 100644 --- a/SL/BackgroundJob/SelfTest/Base.pm +++ b/SL/BackgroundJob/SelfTest/Base.pm @@ -1,5 +1,7 @@ package SL::BackgroundJob::SelfTest::Base; +use strict; + use Test::Builder; use parent qw(Rose::Object); @@ -71,11 +73,11 @@ of your tester object will be collected and processed. =over 4 -=item E +=item C -=item E +=item C -If you don't bother overriding E, your test will use a +If you don't bother overriding C, your test will use a L object by default. Any other L object will do. The TAP output of your builder will be collected and processed for further handling.