Fix PHPUnit problem matchers

This commit is contained in:
Shivam Mathur
2020-01-26 04:59:20 +05:30
parent f4f8aec1f2
commit 8e5cc09df9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"regexp": "^\\d+\\)\\s.*$"
},
{
"regexp": "^(.*)$",
"regexp": "^(.*Failed\\sasserting\\sthat.*)$",
"message": 1
},
{