mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
test(mcp): MCP 端点、CSRF 豁免与回归全量测试
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user