Skip to content

Commit b81d7f0

Browse files
committed
phpunit ~4.0
1 parent 52e92f8 commit b81d7f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-reflection": "*"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": ">=3.6"
28+
"phpunit/phpunit": "~4.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

phpunit.xml.dist

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
processIsolation="false"
99
backupGlobals="false"
1010
syntaxCheck="true"
11-
strict="true"
11+
beStrictAboutTestsThatDoNotTestAnything="true"
12+
beStrictAboutOutputDuringTests="true"
13+
beStrictAboutTestSize="true"
14+
checkForUnintentionallyCoveredCode="true"
1215
>
1316
<testsuite name="php-enum Test-Suite">
1417
<directory>./tests</directory>

0 commit comments

Comments
 (0)