diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 3604c8e0b9bb64d54cb639a001161ca0ede044e6 (patch) | |
| tree | 4f10a58fe79b9cd539c5dae640531b9e260d8c54 /tests/Pest.php | |
| parent | d5803937abad436ee85be7478fa6f7cd0b3f3b21 (diff) | |
assert middleware call order
Diffstat (limited to 'tests/Pest.php')
| -rw-r--r-- | tests/Pest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Pest.php b/tests/Pest.php index b3d9bbc..9ff7c44 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -1 +1,7 @@ <?php + +use Lightscale\Router\Test\Utils\TestMiddleware; + +beforeEach(function() { + TestMiddleware::resetCalls(); +}); |
