Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 19, 2024
1 parent 81c8bea commit 97fb901
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tools/phpstan.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,46 @@ parameters:
count: 1
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 2 and \\*NEVER\\* will always evaluate to false\\.$#"
count: 5
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 2 and 1 will always evaluate to false\\.$#"
count: 4
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 3 and \\*NEVER\\* will always evaluate to false\\.$#"
count: 4
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 3 and 1 will always evaluate to false\\.$#"
count: 1
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 4 and \\*NEVER\\* will always evaluate to false\\.$#"
count: 3
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 4 and 2 will always evaluate to false\\.$#"
count: 1
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 5 and \\*NEVER\\* will always evaluate to false\\.$#"
count: 1
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 6 and \\*NEVER\\* will always evaluate to false\\.$#"
count: 1
path: ../tests/Unit/SimpleSchedulerTest.php

-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with array\\{'\\* \\* \\* \\* \\*', '1 \\* \\* \\* \\*'\\} and array\\{\\} will always evaluate to false\\.$#"
count: 1
Expand Down

0 comments on commit 97fb901

Please sign in to comment.