0c2a185927
- phpunit.xml.dist with unit suite and source coverage config - .phpunit.cache excluded in .gitignore - Initial SvgRendererTest as example test - .claude/settings.json with PostToolUse hook to auto-run phpunit on edit Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"command": "php bin/phpunit 2>&1 | tail -20"
|
|
}
|
|
]
|
|
}
|
|
}
|