Skip to content

Commit 838ffd3

Browse files
authored
add NoMockObjectAndRealObjectPropertyRule to phpunit set (#199)
1 parent 466457f commit 838ffd3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/phpunit-rules.neon

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
rules:
22
- Symplify\PHPStanRules\Rules\PHPUnit\PublicStaticDataProviderRule
3-
- Symplify\PHPStanRules\Rules\PHPUnit\NoMockOnlyTestRule
3+
- Symplify\PHPStanRules\Rules\PHPUnit\NoAssertFuncCallInTestsRule
44

5+
# mocking
6+
- Symplify\PHPStanRules\Rules\PHPUnit\NoMockOnlyTestRule
57
- Symplify\PHPStanRules\Rules\Doctrine\NoDocumentMockingRule
68
- Symplify\PHPStanRules\Rules\Doctrine\NoEntityMockingRule
7-
8-
- Symplify\PHPStanRules\Rules\PHPUnit\NoAssertFuncCallInTestsRule
9+
- Symplify\PHPStanRules\Rules\PHPUnit\NoMockObjectAndRealObjectPropertyRule

0 commit comments

Comments
 (0)