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 466457f commit 838ffd3Copy full SHA for 838ffd3
config/phpunit-rules.neon
@@ -1,8 +1,9 @@
1
rules:
2
- Symplify\PHPStanRules\Rules\PHPUnit\PublicStaticDataProviderRule
3
- - Symplify\PHPStanRules\Rules\PHPUnit\NoMockOnlyTestRule
+ - Symplify\PHPStanRules\Rules\PHPUnit\NoAssertFuncCallInTestsRule
4
5
+ # mocking
6
+ - Symplify\PHPStanRules\Rules\PHPUnit\NoMockOnlyTestRule
7
- Symplify\PHPStanRules\Rules\Doctrine\NoDocumentMockingRule
8
- Symplify\PHPStanRules\Rules\Doctrine\NoEntityMockingRule
-
- - Symplify\PHPStanRules\Rules\PHPUnit\NoAssertFuncCallInTestsRule
9
+ - Symplify\PHPStanRules\Rules\PHPUnit\NoMockObjectAndRealObjectPropertyRule
0 commit comments