Skip to content

Commit 7031c55

Browse files
committed
phpstan ignore
1 parent 5e7032e commit 7031c55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ parameters:
2525
- '#Method PIMemberDenyTest::denyRequestByAdmin\(\) is unused.#'
2626
paths:
2727
- 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
2834
# assertTrue(true) makes phpunit shut up about tests doing no assertions
2935
- messages:
3036
- '#Call to method PHPUnit\\Framework\\Assert::assertTrue\(\) with true will always evaluate to true.#'

0 commit comments

Comments
 (0)