Skip to content

Commit 34c3b5c

Browse files
committed
chore: remove infection testing
1 parent b8f4397 commit 34c3b5c

File tree

6 files changed

+1
-85
lines changed

6 files changed

+1
-85
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/.prettierrc export-ignore
1515
/.scrutinizer.yml export-ignore
1616
/CHANGELOG.md export-ignore
17-
/infection.json export-ignore
1817
/LICENSE export-ignore
1918
/Makefile export-ignore
2019
/grumphp.yml export-ignore

.github/workflows/mutation-tests.yml

-54
This file was deleted.

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"require-dev": {
3333
"ext-pcov": "*",
3434
"drupol/php-conventions": "^5",
35-
"infection/infection": "^0.26",
3635
"phpbench/phpbench": "^1.2",
3736
"phpstan/phpstan-strict-rules": "^1.0",
3837
"phpunit/php-code-coverage": "^9.2 || ^10",
@@ -53,7 +52,6 @@
5352
"allow-plugins": {
5453
"composer/package-versions-deprecated": true,
5554
"ergebnis/composer-normalize": true,
56-
"infection/extension-installer": true,
5755
"phpro/grumphp": true,
5856
"phpstan/extension-installer": true
5957
},
@@ -62,7 +60,6 @@
6260
"scripts": {
6361
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
6462
"changelog-version": "auto-changelog -c .auto-changelog -v",
65-
"grumphp": "./vendor/bin/grumphp run",
66-
"infection": "vendor/bin/infection run -j 2"
63+
"grumphp": "./vendor/bin/grumphp run"
6764
}
6865
}

grumphp.yml

-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,3 @@ parameters:
4646
clover_coverage:
4747
clover_file: build/logs/coverage/clover.xml
4848
level: 95
49-
infection:
50-
threads: 10
51-
test_framework: phpunit
52-
configuration: infection.json
53-
min_msi: 85
54-
min_covered_msi: 85

infection.json

-19
This file was deleted.

phpunit.xml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<directory suffix=".php">src</directory>
2424
</include>
2525
<report>
26-
<xml outputDirectory="build/logs/coverage/coverage-xml/infection"/>
2726
<html outputDirectory="build/logs/coverage/html-coverage"/>
2827
<clover outputFile="build/logs/coverage/clover.xml"/>
2928
</report>

0 commit comments

Comments
 (0)