X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FBackgroundJob%2FSelfTest%2FBase.pm;h=6926a32fe95a2f8e03e74b08bde30519bc96b1b8;hb=11aeaa07186197c61dfe610d2a5c981754fd2e9d;hp=857de8a7aa691b9793293d37f587719b998e1498;hpb=aeb4f5d5d87753fbdf0d4ec520301ef90354a70a;p=kivitendo-erp.git diff --git a/SL/BackgroundJob/SelfTest/Base.pm b/SL/BackgroundJob/SelfTest/Base.pm index 857de8a7a..6926a32fe 100644 --- a/SL/BackgroundJob/SelfTest/Base.pm +++ b/SL/BackgroundJob/SelfTest/Base.pm @@ -73,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.