@@ -, +, @@ next to other descriptions WARNING: =head3 without preceding higher level in file t/lib/TestBuilder.pm --- t/lib/TestBuilder.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- a/t/lib/TestBuilder.pm +++ a/t/lib/TestBuilder.pm @@ -198,14 +198,6 @@ sub build_sample_item { )->store->get_from_storage; } -=head3 build_sample_holdings_record - - my $record = $builder->build_sample_holdings_record( { biblionumber = $bibno, library => $branch }); - -Creates and returns a sample Koha::Holding record. - -=cut - sub build_sample_holdings_record { my ( $self, $args ) = @_; @@ -693,6 +685,14 @@ returns the corresponding Koha::Object. my $patron = $builder->build_object({ class => 'Koha::Patrons' [, value => { ... }] }); +=head2 build_sample_holdings_record + + my $record = $builder->build_sample_holdings_record( { biblionumber = $bibno, library => $branch }); + +Creates and returns a sample Koha::Holding record. + +=cut + =head1 AUTHOR Yohann Dufour --