Revision 5af4094b
Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt
SL/BackgroundJob/SelfTest/Base.pm | ||
---|---|---|
73 | 73 |
|
74 | 74 |
=over 4 |
75 | 75 |
|
76 |
=item E<tester>
|
|
76 |
=item C<tester>
|
|
77 | 77 |
|
78 |
=item E<init_tester>
|
|
78 |
=item C<init_tester>
|
|
79 | 79 |
|
80 |
If you don't bother overriding E<init_tester>, your test will use a
|
|
80 |
If you don't bother overriding C<init_tester>, your test will use a
|
|
81 | 81 |
L<Test::More> object by default. Any other L<Test::Builder> object will do. |
82 | 82 |
|
83 | 83 |
The TAP output of your builder will be collected and processed for further handling. |
SL/Controller/Helper/ParseFilter.pm | ||
---|---|---|
272 | 272 |
|
273 | 273 |
__END__ |
274 | 274 |
|
275 |
=pod |
|
276 |
|
|
277 |
=encoding utf8 |
|
278 |
|
|
275 | 279 |
=head1 NAME |
276 | 280 |
|
277 | 281 |
SL::Controller::Helper::ParseFilter - Convert a form filter spec into a RDBO get_all filter |
SL/DB/Order.pm | ||
---|---|---|
224 | 224 |
|
225 | 225 |
__END__ |
226 | 226 |
|
227 |
=pod |
|
228 |
|
|
229 |
=encoding utf8 |
|
230 |
|
|
227 | 231 |
=head1 NAME |
228 | 232 |
|
229 | 233 |
SL::DB::Order - Order Datenbank Objekt. |
SL/RecordLinks.pm | ||
---|---|---|
212 | 212 |
|
213 | 213 |
__END__ |
214 | 214 |
|
215 |
=pod |
|
216 |
|
|
217 |
=encoding utf8 |
|
218 |
|
|
215 | 219 |
=head1 NAME |
216 | 220 |
|
217 | 221 |
SL::RecordLinks - Verlinkung von kivitendo Objekten. |
Auch abrufbar als: Unified diff
POD-Fehler fixen