From 3e3a6752afdf1162513bde7e94d61cfa5423234b Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Sat, 30 May 2026 12:39:39 +0200 Subject: [PATCH] chore(dev): remove broken auto-run PHPUnit hook The PostToolUse hook called php bin/phpunit directly, which does not work inside the Docker-based dev setup. Remove it; tests should be run via docker compose exec graph vendor/bin/phpunit as documented. Co-Authored-By: Claude Sonnet 4.6 --- .claude/settings.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index bc91e4b..9e26dfe 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,10 +1 @@ -{ - "hooks": { - "PostToolUse": [ - { - "matcher": "Edit|Write", - "command": "php bin/phpunit 2>&1 | tail -20" - } - ] - } -} +{} \ No newline at end of file