diff options
Diffstat (limited to 'tests/Unit/RouteMatch.php')
| -rw-r--r-- | tests/Unit/RouteMatch.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Unit/RouteMatch.php b/tests/Unit/RouteMatch.php new file mode 100644 index 0000000..083ebbd --- /dev/null +++ b/tests/Unit/RouteMatch.php @@ -0,0 +1,5 @@ +<?php + +declare(strict_types=1); + +namespace Lightscale\Router\Test\Unit; |
