Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / BackgroundJob / SelfTest / Base.pm
index 857de8a..6926a32 100644 (file)
@@ -73,11 +73,11 @@ of your tester object will be collected and processed.
 
 =over 4
 
-=item E<tester>
+=item C<tester>
 
-=item E<init_tester>
+=item C<init_tester>
 
-If you don't bother overriding E<init_tester>, your test will use a
+If you don't bother overriding C<init_tester>, your test will use a
 L<Test::More> object by default. Any other L<Test::Builder> object will do.
 
 The TAP output of your builder will be collected and processed for further handling.