Skip to content

Commit

Permalink
adding mutation testing, removing phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Aug 31, 2019
1 parent 68c303c commit 24d0ff2
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 808 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
/.php_cs.cache
/phpunit.clover
/.phpunit.result.cache
/infection.log
6 changes: 2 additions & 4 deletions composer.json
Expand Up @@ -36,10 +36,10 @@
"scripts": {
"tests": [
"phpunit -vvvv",
"infection --min-msi=100",
"@static-analysis"
],
"static-analysis": [
"phpstan analyse -c ./phpstan.neon .php_cs.dist src Tests",
"psalm --find-dead-code --shepherd",
"phpcpd src Tests",
"phpmnd ./ --exclude=./symfony-http-cache/ --exclude=./phpunit/ --exclude=./vendor/ --non-zero-exit-on-violation --hint",
Expand All @@ -53,11 +53,9 @@
"symfony/http-kernel": "^4.3"
},
"require-dev": {
"infection/infection": "^0.13.6",
"maglnet/composer-require-checker": "^2.0",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "^0.11.15",
"phpstan/phpstan-phpunit": "^0.11.2",
"phpstan/phpstan-strict-rules": "^0.11.1",
"phpunit/phpunit": "^8.3",
"povils/phpmnd": "^2.1",
"psalm/plugin-phpunit": "^0.7.0",
Expand Down

0 comments on commit 24d0ff2

Please sign in to comment.