Skip to content

Commit 5081e1b

Browse files
committed
Update PHPStan baseline for test assertions
Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
1 parent c93959f commit 5081e1b

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

phpstan-baseline.neon

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,9 +2095,19 @@ parameters:
20952095
count: 4
20962096
path: tests/Builder/CreateStatementTest.php
20972097

2098+
-
2099+
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEmpty\\(\\)\\.$#"
2100+
count: 2
2101+
path: tests/Builder/CreateStatementTest.php
2102+
20982103
-
20992104
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEquals\\(\\)\\.$#"
2100-
count: 34
2105+
count: 35
2106+
path: tests/Builder/CreateStatementTest.php
2107+
2108+
-
2109+
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\)\\.$#"
2110+
count: 1
21012111
path: tests/Builder/CreateStatementTest.php
21022112

21032113
-

0 commit comments

Comments
 (0)