Skip to content

Commit

Permalink
phpunit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored and bsweeney committed Dec 30, 2023
1 parent 3988886 commit a45ae21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ composer.lock
vendor
.idea
.project
.vscode
.phpunit.result.cache
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="vendor/autoload.php"
>
<testsuites>
Expand All @@ -16,4 +15,4 @@
</testsuite>
</testsuites>

</phpunit>
</phpunit>

0 comments on commit a45ae21

Please sign in to comment.