Skip to content

Commit 2838617

Browse files
committed
fix build
1 parent a4c538c commit 2838617

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ phpstan:
3232
.PHONY: phpstan-generate-baseline
3333
phpstan-generate-baseline:
3434
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ parameters:
1818
- tests/*/data-attributes/*
1919
- tests/*/data-php-*/*
2020
- tests/Rules/Doctrine/ORM/entity-manager.php
21+
- tests/Infection/
2122

2223
reportUnmatchedIgnoredErrors: false
2324

0 commit comments

Comments
 (0)