/home/smartonegroup/www/system/vendor/rector/rector/vendor/phpstan/phpstan-phpunit/rules.neon
rules:
	- PHPStan\Rules\PHPUnit\AssertSameBooleanExpectedRule
	- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
	- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
	- PHPStan\Rules\PHPUnit\MockMethodCallRule
	- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule

services:
	- class: PHPStan\Rules\PHPUnit\ClassCoversExistsRule
	- class: PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule
	- class: PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule
	- class: PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule

conditionalTags:
	PHPStan\Rules\PHPUnit\ClassCoversExistsRule:
		phpstan.rules.rule: %featureToggles.bleedingEdge%
	PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule:
		phpstan.rules.rule: %featureToggles.bleedingEdge%
	PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule:
		phpstan.rules.rule: %featureToggles.bleedingEdge%
	PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule:
		phpstan.rules.rule: %featureToggles.bleedingEdge%