We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5914e9c commit 53d14e5Copy full SHA for 53d14e5
composer.json
@@ -19,7 +19,7 @@
19
"fzaninotto/faker": "^1.9.1",
20
"mockery/mockery": "^1.3.1",
21
"nunomaduro/collision": "^5.0",
22
- "phpunit/phpunit": "^9.0"
+ "phpunit/phpunit": "^9.3"
23
},
24
"config": {
25
"optimize-autoloader": true,
phpunit.xml
@@ -12,11 +12,11 @@
12
<directory suffix="Test.php">./tests/Feature</directory>
13
</testsuite>
14
</testsuites>
15
- <filter>
16
- <whitelist processUncoveredFilesFromWhitelist="true">
+ <coverage processUncoveredFiles="true">
+ <include>
17
<directory suffix=".php">./app</directory>
18
- </whitelist>
- </filter>
+ </include>
+ </coverage>
<php>
<server name="APP_ENV" value="testing"/>
<server name="BCRYPT_ROUNDS" value="4"/>
0 commit comments