Skip to content

Commit

Permalink
⚗️ Disable failOnWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaans committed Apr 16, 2024
1 parent c48444e commit fa361f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"require-dev": {
"fakerphp/faker": "^1.13",
"mockery/mockery": "^1.4",
"phpunit/phpunit": ">=9.5",
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"mockery/mockery": "^1.6"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 8 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
failOnWarning="false"
>
<testsuites>
<testsuite name="Unit">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<coverage/>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>

0 comments on commit fa361f8

Please sign in to comment.