Skip to content

Commit

Permalink
Fix: attempt to avoid failing tests due to phpunit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen committed Feb 28, 2024
1 parent 4751aff commit 8ae6a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</php>
<source>
<include>
<directory suffix=".php">src/</directory>
<directory suffix=".php">src</directory>
</include>
</source>
</phpunit>

0 comments on commit 8ae6a84

Please sign in to comment.