Skip to content

Commit

Permalink
refactor: remove redundant default attribute value assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 15, 2023
1 parent 06bdcea commit f29906b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
colors="true">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./Tests</directory>
<directory>./Tests</directory>
</testsuite>
</testsuites>
<coverage includeUncoveredFiles="true" ignoreDeprecatedCodeUnits="true"
pathCoverage="true" disableCodeCoverageIgnore="false">
<coverage ignoreDeprecatedCodeUnits="true" pathCoverage="true">
<report>
<html outputDirectory="html_coverage" lowUpperBound="50" highLowerBound="90"/>
<html outputDirectory="html_coverage"/>
</report>
</coverage>
</phpunit>

0 comments on commit f29906b

Please sign in to comment.