From 8b047021fef52df2444c4674f49afbc643646c97 Mon Sep 17 00:00:00 2001 From: yangzhi-rao Date: Fri, 26 Dec 2025 12:13:36 +0800 Subject: [PATCH] update route tests --- tests/commands/RouteCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/RouteCommandTest.php b/tests/commands/RouteCommandTest.php index 8683871..0d2aee7 100644 --- a/tests/commands/RouteCommandTest.php +++ b/tests/commands/RouteCommandTest.php @@ -113,7 +113,7 @@ PHP; | /post | POST, OPTIONS | | No | Closure | | /delete | DELETE, OPTIONS | | No | - | | /put | PUT, OPTIONS | | No | - | - | /patch | PATCH, OPTIONS | | No | Bad Middleware | + | /patch | PATCH, OPTIONS | | No | SomeMiddleware | +---------+--------------------+-------+----------+----------------+ output; // phpcs:ignore