We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e92f8 commit b81d7f0Copy full SHA for b81d7f0
composer.json
@@ -25,7 +25,7 @@
25
"ext-reflection": "*"
26
},
27
"require-dev": {
28
- "phpunit/phpunit": ">=3.6"
+ "phpunit/phpunit": "~4.0"
29
30
"autoload": {
31
"psr-4": {
phpunit.xml.dist
@@ -8,7 +8,10 @@
8
processIsolation="false"
9
backupGlobals="false"
10
syntaxCheck="true"
11
- strict="true"
+ beStrictAboutTestsThatDoNotTestAnything="true"
12
+ beStrictAboutOutputDuringTests="true"
13
+ beStrictAboutTestSize="true"
14
+ checkForUnintentionallyCoveredCode="true"
15
>
16
<testsuite name="php-enum Test-Suite">
17
<directory>./tests</directory>
0 commit comments