From b69ea70bfc2f5ebf187168e06717689dbe975fb3 Mon Sep 17 00:00:00 2001 From: liugang Date: Fri, 5 Sep 2025 09:44:52 +0800 Subject: [PATCH] + [misc] Add a command to prohibit using spider.php to run scripts. --- .claude/rules/zentao-unit-test-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/rules/zentao-unit-test-guide.md b/.claude/rules/zentao-unit-test-guide.md index 8f0e963757..f7c98f2281 100644 --- a/.claude/rules/zentao-unit-test-guide.md +++ b/.claude/rules/zentao-unit-test-guide.md @@ -38,6 +38,7 @@ - 测试步骤少于5个 - 不遵循提交信息格式 - 代码包含行尾空格(会导致提交失败) +- 使用 `test/spider.php` 运行测试(必须使用 `test/runtime/ztf`) ---