mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-26 13:23:05 +07:00
25 lines
402 B
JSON
25 lines
402 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "phpunit",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\d+\\)\\s.*$"
|
|
},
|
|
{
|
|
"regexp": "^(.*Failed\\sasserting\\sthat.*)$",
|
|
"message": 1
|
|
},
|
|
{
|
|
"regexp": "^\\s*$"
|
|
},
|
|
{
|
|
"regexp": "^(.*):(\\d+)$",
|
|
"file": 1,
|
|
"line": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|