Skip to content

Commit 221efc3

Browse files
committed
Update PHPStan baseline for test assertions
Signed-off-by: Nicolai Ehrhardt <[email protected]>
1 parent e35222a commit 221efc3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,11 +2100,21 @@ parameters:
21002100
count: 4
21012101
path: tests/Builder/CreateStatementTest.php
21022102

2103+
-
2104+
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEmpty\\(\\)\\.$#"
2105+
count: 1
2106+
path: tests/Builder/CreateStatementTest.php
2107+
21032108
-
21042109
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEquals\\(\\)\\.$#"
21052110
count: 34
21062111
path: tests/Builder/CreateStatementTest.php
21072112

2113+
-
2114+
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\)\\.$#"
2115+
count: 2
2116+
path: tests/Builder/CreateStatementTest.php
2117+
21082118
-
21092119
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertFalse\\(\\)\\.$#"
21102120
count: 4

0 commit comments

Comments
 (0)