Exclude error on expect() function

[MAILPOET-2588]
This commit is contained in:
Jan Jakeš
2019-12-19 13:56:53 +01:00
parent fb0c406efa
commit 153e32b3bc

View File

@@ -16,6 +16,7 @@ parameters:
- WP_DEBUG - WP_DEBUG
ignoreErrors: ignoreErrors:
- '/Parameter #1 $cssOrXPath of method AcceptanceTester::moveMouseOver() expects string|null, array<string, string> given./' - '/Parameter #1 $cssOrXPath of method AcceptanceTester::moveMouseOver() expects string|null, array<string, string> given./'
- '/Function expect invoked with 1 parameter, 0 required\./'
- '/(with|has) no (return )?typehint specified/' # exclude level 6 errors - '/(with|has) no (return )?typehint specified/' # exclude level 6 errors
excludes_analyse: excludes_analyse:
- ../../tests/_support/_generated - ../../tests/_support/_generated