View | Details | Raw Unified | Return to bug 20866
Collapse All | Expand All

(-)a/t/db_dependent/ArticleRequests.t (-2 / +3 lines)
Lines 78-84 ok( $patron->id, 'Koha::Patron created' ); Link Here
78
my $patron_2 = $builder->build({ source => 'Borrower', value => { flags => 0 } });
78
my $patron_2 = $builder->build({ source => 'Borrower', value => { flags => 0 } });
79
$patron_2 = Koha::Patrons->find( $patron_2->{borrowernumber} );
79
$patron_2 = Koha::Patrons->find( $patron_2->{borrowernumber} );
80
80
81
my $nb_article_requests = Koha::ArticleRequests->count;
81
# Clear current article requests
82
Koha::ArticleRequests->delete;
83
my $nb_article_requests = 0;
82
84
83
# store
85
# store
84
Koha::Notice::Messages->delete;
86
Koha::Notice::Messages->delete;
85
- 

Return to bug 20866