Skip to content

Commit 3712842

Browse files
committed
chore: update to use PHPUnit 9.3
1 parent e386a75 commit 3712842

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"laravel-zero/framework": "^8.0"
2121
},
2222
"require-dev": {
23-
"mockery/mockery": "^1.3.1",
24-
"phpunit/phpunit": "^8.5"
23+
"mockery/mockery": "^1.4.2",
24+
"phpunit/phpunit": "^9.3"
2525
},
2626
"autoload": {
2727
"psr-4": {

phpunit.xml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<directory suffix="Test.php">./tests/Unit</directory>
1717
</testsuite>
1818
</testsuites>
19-
<filter>
20-
<whitelist processUncoveredFilesFromWhitelist="true">
19+
<coverage processUncoveredFiles="true">
20+
<include>
2121
<directory suffix=".php">./app</directory>
22-
</whitelist>
23-
</filter>
22+
</include>
23+
</coverage>
2424
</phpunit>

0 commit comments

Comments
 (0)