Files
vscode/extensions/copilot/test/scenarios/test-setupTest/testSetup.5.conversation.json
T
2025-06-27 11:35:20 +02:00

17 lines
374 B
JSON

[
{
"name": "phpLaravelApp",
"question": "@workspace /setupTests phpunit",
"expectations": {
"filePatterns": ["^tests/.*Test\\.php$"],
"installCommandPattern": "composer require.*phpunit",
"runCommandPattern": "phpunit"
},
"files": [
"app/Http/Controllers/Controller.php",
"composer.json",
"phpunit.xml"
]
}
]