mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-04-05 10:49:26 +07:00
25 lines
375 B
JSON
25 lines
375 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "phpunit",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\d+\\)\\s.*$"
|
|
},
|
|
{
|
|
"regexp": "^(.*)$",
|
|
"message": 1
|
|
},
|
|
{
|
|
"regexp": "^\\s*$"
|
|
},
|
|
{
|
|
"regexp": "^(.*):(\\d+)$",
|
|
"file": 1,
|
|
"line": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|