test(logistique) : tests PHPUnit RG-5.01→5.10 + capture contrat JSON (ERP-187) #137

Merged
matthieu merged 5 commits from feat/erp-187-tests-tickets-pesee into develop 2026-06-18 13:33:40 +00:00
Showing only changes of commit 644f91ef9d - Show all commits
@@ -88,7 +88,7 @@ final class WeighingTicketProvider implements ProviderInterface
// Echappatoire ?pagination=false : collection complete sans Paginator
// (regle n°13 — utile pour alimenter un <select> cote front).
if (!$this->pagination->isEnabled($operation, $context)) {
/** @var list<WeighingTicket> $tickets */
// @var list<WeighingTicket> $tickets
return $qb->getQuery()->getResult();
}