update route tests

pull/670/head
yangzhi-rao 2 days ago
parent 70379a9413
commit 8b047021fe

@ -113,7 +113,7 @@ PHP;
| /post | POST, OPTIONS | | No | Closure | | /post | POST, OPTIONS | | No | Closure |
| /delete | DELETE, OPTIONS | | No | - | | /delete | DELETE, OPTIONS | | No | - |
| /put | PUT, OPTIONS | | No | - | | /put | PUT, OPTIONS | | No | - |
| /patch | PATCH, OPTIONS | | No | Bad Middleware | | /patch | PATCH, OPTIONS | | No | SomeMiddleware |
+---------+--------------------+-------+----------+----------------+ +---------+--------------------+-------+----------+----------------+
output; // phpcs:ignore output; // phpcs:ignore

Loading…
Cancel
Save