summaryrefslogtreecommitdiff
path: root/tests/Pest.php
blob: 5d7d441217e669c3aad04da096c25e64680990b4 (plain)
1
2
3
4
5
6
7
<?php

use Lightscale\Router\Test\Utils\TestMiddleware;

beforeEach(function () {
    TestMiddleware::resetCalls();
});