1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:14:03 +00:00
This commit is contained in:
Samuel Štancl 2025-07-01 00:27:04 +02:00
parent 78d561f7dc
commit c95d5a282e

View file

@ -97,7 +97,7 @@ test('all routes with any of the middleware specified in cloneRoutesWithMiddlewa
->cloneRoutesWithMiddleware($cloneRoutesWithMiddleware)
->handle();
// Each middleware is only used on a single route so we assert that the count new routes matches the count of used middleware flags
// Each middleware is only used on a single route so we assert that the count of new routes matches the count of used middleware flags
expect($currentRouteCount())->toEqual($initialRouteCount + count($cloneRoutesWithMiddleware));
})->with([
[[]],