diff options
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(); +}); |
