Files
setup-php/src/configs/pm/phpunit.json

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
}
]
}
]
}