mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-17 00:40:13 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
17 lines
374 B
JSON
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"
|
|
]
|
|
}
|
|
]
|