1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-05-08 10:43:47 +07:00

25 lines
402 B
JSON
Raw Normal View History

2019-11-24 16:35:21 +00:00
{
"problemMatcher": [
{
"owner": "phpunit",
"pattern": [
{
"regexp": "^\\d+\\)\\s.*$"
},
{
2020-01-26 04:59:20 +05:30
"regexp": "^(.*Failed\\sasserting\\sthat.*)$",
2019-11-24 16:35:21 +00:00
"message": 1
},
{
"regexp": "^\\s*$"
},
{
"regexp": "^(.*):(\\d+)$",
"file": 1,
"line": 2
}
]
}
]
}