We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f629773 commit bb3c488Copy full SHA for bb3c488
phpstan.neon
@@ -4,7 +4,8 @@ includes:
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
5
parameters:
6
ignoreErrors:
7
- - '#^Dynamic call to static method PHPUnit\\Framework\\Assert::assert#'
+ # Uncomment to permit $this->assertXX() in unit tests (instead of self::assertXX())
8
+ # '#^Dynamic call to static method PHPUnit\\Framework\\Assert::assert#'
9
level: max
10
paths:
11
- src
0 commit comments