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

use Lightscale\Router\Test\Utils\TestMiddleware;

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