Skip to content

Commit 65fbffa

Browse files
authored
Merge pull request #848 from stof/improve_webassert_tests
Refactor the way WebAssertTest performs assertions
2 parents fa84938 + eb39db3 commit 65fbffa

File tree

2 files changed

+312
-161
lines changed

2 files changed

+312
-161
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,3 @@ parameters:
3939
message: "#^Parameter \\#2 \\$callback of method Behat\\\\Mink\\\\Element\\\\Element\\:\\:waitFor\\(\\) expects callable\\(\\)\\: mixed, 'not a callable' given\\.$#"
4040
count: 1
4141
path: tests/Element/NodeElementTest.php
42-
43-
-
44-
message: "#^Parameter \\#1 \\$callback of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{Behat\\\\Mink\\\\WebAssert, string\\} given\\.$#"
45-
count: 2
46-
path: tests/WebAssertTest.php

0 commit comments

Comments
 (0)