Skip to content

Commit

Permalink
phpunit: remove attributes with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Feb 18, 2024
1 parent fe00150 commit 668d201
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
backupGlobals="false"
backupStaticProperties="false"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.result.cache"
colors="true"
processIsolation="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Unit">
Expand Down

0 comments on commit 668d201

Please sign in to comment.