Skip to content

Commit

Permalink
chore(deps): update phpunit version to ^10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jefersson Nathan <[email protected]>
  • Loading branch information
malukenho committed Feb 15, 2023
1 parent 95b21d4 commit c30a0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ vendor/
composer.lock
.phpcs-cache
.phpunit.result.cache
.phpunit.cache/
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
beStrictAboutResourceUsageDuringSmallTests="true"
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
bootstrap="./vendor/autoload.php"
verbose="true"
colors="true"
cacheDirectory=".phpunit.cache"
>
<testsuites>
<testsuite name="functional">
Expand Down

0 comments on commit c30a0b3

Please sign in to comment.