Skip to content

Commit

Permalink
Update PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaudo committed Apr 15, 2023
1 parent b5de6a5 commit 9e11a00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.21",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 4 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.cache"
Expand All @@ -11,11 +11,12 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</source>
<coverage/>
<php>
<ini name="max_execution_time" value="0"/>
</php>
Expand Down

0 comments on commit 9e11a00

Please sign in to comment.