test: add PHPUnit 11.5 unit test suite
- 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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Edit|Write",
|
||||
"command": "php bin/phpunit 2>&1 | tail -20"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user