We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12686c commit c191321Copy full SHA for c191321
composer.json
@@ -7,6 +7,9 @@
7
"phpunit/phpunit": "^6.0",
8
"phpdocumentor/reflection-docblock": "^4.0"
9
},
10
+ "require-dev": {
11
+ "infection/infection": "^0.7.0"
12
+ },
13
"autoload": {
14
"psr-4": {
15
"Zalas\\PHPUnit\\DependencyInjection\\": "src"
infection.json.dist
@@ -0,0 +1,11 @@
1
+{
2
+ "timeout": 2,
3
+ "source": {
4
+ "directories": [
5
+ "src"
6
+ ]
+ "logs": {
+ "text": "build/infection-log.txt"
+ }
+}
0 commit comments