We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09691fc commit b43758eCopy full SHA for b43758e
composer.json
@@ -19,7 +19,7 @@
19
"ext-ctype": "*"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "phpunit/phpunit": "^9.0",
23
"ircmaxell/php-yacc": "^0.0.7"
24
25
"extra": {
phpunit.xml.dist
@@ -12,9 +12,9 @@
12
</testsuite>
13
</testsuites>
14
15
- <filter>
16
- <whitelist>
+ <coverage>
+ <include>
17
<directory suffix=".php">./lib/PhpParser/</directory>
18
- </whitelist>
- </filter>
+ </include>
+ </coverage>
</phpunit>
0 commit comments