{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/phpunit --configuration \/opt\/php-tools\/phpunit.xml tests\/ 2>&1",
"description": "Run unit tests from project directory"
}
}
{
"tool_response": {
"stdout": "PHPUnit 12.5.4 by Sebastian Bergmann and contributors.\n\nRuntime: PHP 8.4.16\nConfiguration: \/opt\/php-tools\/phpunit.xml\n\n................. 17 \/ 17 (100%)\n\nTime: 00:00.001, Memory: 14.00 MB\n\nOK (17 tests, 22 assertions)",
"stderr": "",
"interrupted": false,
"isImage": false
}
}