We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a0a48 commit 9e7e2c7Copy full SHA for 9e7e2c7
composer.json
@@ -18,6 +18,7 @@
18
"consistence/coding-standard": "~0.13.0",
19
"jakub-onderka/php-parallel-lint": "^0.9.2",
20
"phing/phing": "^2.13.0",
21
+ "phpstan/phpstan-phpunit": "^0.9",
22
"phpunit/phpunit": "^6.4",
23
"satooshi/php-coveralls": "^1.0",
24
"slevomat/coding-standard": "^2.0"
phpstan.neon
@@ -1,3 +1,3 @@
1
-parameters:
2
- ignoreErrors:
3
- - '#PHPUnit_Framework_MockObject_MockObject given#'
+includes:
+ - vendor/phpstan/phpstan-phpunit/extension.neon
+ - vendor/phpstan/phpstan-phpunit/rules.neon
0 commit comments