File tree Expand file tree Collapse file tree 4 files changed +28
-11
lines changed Expand file tree Collapse file tree 4 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 1- /tests export-ignore
2- /.scrutinizar.yml export-ignore
3- /.travis.yml export-ignore
4- /.gitignore export-ignore
5- /CHANGELOG.md export-ignore
6- /CONTRIBUTING.md export-ignore
7- /LICENSE.md export-ignore
8- /README.md export-ignore
9- /phpunit.php export-ignore
10- /phpunit.xml export-ignore
1+ /tests export-ignore
2+ /.scrutinizar.yml export-ignore
3+ /.travis.yml export-ignore
4+ /.gitignore export-ignore
5+ /CHANGELOG.md export-ignore
6+ /CONTRIBUTING.md export-ignore
7+ /LICENSE.md export-ignore
8+ /README.md export-ignore
9+ /phpunit.php export-ignore
10+ /phpunit.xml export-ignore
11+ /infection.json.dist export-ignore
Original file line number Diff line number Diff line change 11composer.phar
22composer.lock
3+ infection.log
34/vendor /
45.idea /
56* .swp
Original file line number Diff line number Diff line change 2121 "require-dev" : {
2222 "phpunit/phpunit" : " ^7.5.1" ,
2323 "mockery/mockery" : " ^1.2" ,
24- "php-coveralls/php-coveralls" : " ^2.1"
24+ "php-coveralls/php-coveralls" : " ^2.1" ,
25+ "infection/infection" : " ^0.13.4"
2526 },
2627 "autoload" : {
2728 "psr-4" : {
Original file line number Diff line number Diff line change 1+ {
2+ "timeout": 10,
3+ "source": {
4+ "directories": [
5+ "src\/PHPHtmlParser"
6+ ]
7+ },
8+ "logs": {
9+ "text": "infection.log"
10+ },
11+ "mutators": {
12+ "@default": true
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments