test(mcp): MCP 端点、CSRF 豁免与回归全量测试

This commit is contained in:
augushong
2026-08-16 23:33:39 +08:00
parent adc10d1157
commit bba7dec278
4 changed files with 891 additions and 0 deletions

View File

@@ -13,5 +13,10 @@
<testsuite name="unit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="mcp">
<file>tests/McpServiceTest.php</file>
<file>tests/McpCsrfExemptionTest.php</file>
<file>tests/McpEndpointTest.php</file>
</testsuite>
</testsuites>
</phpunit>