summaryrefslogtreecommitdiff
path: root/tests/Pest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Pest.php')
-rw-r--r--tests/Pest.php6
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();
+});