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 bcb00a5 commit c6acfc9Copy full SHA for c6acfc9
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "~7.1",
10
- "phpstan/phpstan": "^0.12.20"
+ "phpstan/phpstan": "^0.12.33"
11
},
12
"conflict": {
13
"phpunit/phpunit": "<7.0"
extension.neon
@@ -1,4 +1,6 @@
1
parameters:
2
+ additionalConstructors:
3
+ - PHPUnit\Framework\TestCase::setUp
4
earlyTerminatingMethodCalls:
5
PHPUnit\Framework\TestCase:
6
- fail
0 commit comments