Skip to content

Commit

Permalink
Do not generate configuration setting for what is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 7, 2024
1 parent 67ae4d8 commit 5b4b29b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/TextUI/Configuration/Xml/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
bootstrap="{bootstrap_script}"
cacheDirectory="{cache_directory}"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/TextUI/Configuration/Xml/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function testGeneratesConfigurationCorrectly(): void
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
Expand Down

0 comments on commit 5b4b29b

Please sign in to comment.