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 a4c538c commit 2838617Copy full SHA for 2838617
Makefile
@@ -32,3 +32,8 @@ phpstan:
32
.PHONY: phpstan-generate-baseline
33
phpstan-generate-baseline:
34
php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests -b phpstan-baseline.neon
35
+
36
+.PHONY: infection
37
+infection:
38
+ composer require --dev infection/infection -W --ignore-platform-req=ext-mongodb
39
+ vendor/bin/infection
phpstan.neon
@@ -18,6 +18,7 @@ parameters:
18
- tests/*/data-attributes/*
19
- tests/*/data-php-*/*
20
- tests/Rules/Doctrine/ORM/entity-manager.php
21
+ - tests/Infection/
22
23
reportUnmatchedIgnoredErrors: false
24
0 commit comments