We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7032e commit 7031c55Copy full SHA for 7031c55
phpstan.neon
@@ -25,6 +25,12 @@ parameters:
25
- '#Method PIMemberDenyTest::denyRequestByAdmin\(\) is unused.#'
26
paths:
27
- test/functional/PiMemberDenyTest.php
28
+ # these functions are called with call_user_func
29
+ - messages:
30
+ - '#Method PIRemoveUserTest::removeUserByPI\(\) is unused.#'
31
+ - '#Method PIRemoveUserTest::removeUserByAdmin\(\) is unused.#'
32
+ paths:
33
+ - test/functional/PiRemoveUserTest.php
34
# assertTrue(true) makes phpunit shut up about tests doing no assertions
35
- messages:
36
- '#Call to method PHPUnit\\Framework\\Assert::assertTrue\(\) with true will always evaluate to true.#'
0 commit comments