mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
[CI] check conflicting methods in tests
This commit is contained in:
parent
d131d804d9
commit
7db83da35d
10
phpstan.neon
10
phpstan.neon
@ -10,6 +10,16 @@ includes:
|
||||
- vendor/symplify/phpstan-rules/packages/cognitive-complexity/config/cognitive-complexity-services.neon
|
||||
|
||||
services:
|
||||
-
|
||||
class: Symplify\PHPStanRules\Rules\OnlyOneClassMethodRule
|
||||
tags: [phpstan.rules.rule]
|
||||
arguments:
|
||||
onlyOneMethodsByType:
|
||||
Rector\Testing\PHPUnit\AbstractRectorTestCase:
|
||||
- getRectorClass
|
||||
- provideConfigFileInfo
|
||||
- getRectorsWithConfiguration
|
||||
|
||||
-
|
||||
class: Symplify\PHPStanRules\Rules\NoParticularNodeRule
|
||||
tags: [phpstan.rules.rule]
|
||||
|
Loading…
x
Reference in New Issue
Block a user