Skip to content

Commit

Permalink
Limit export of arrays to 10 elements in configuration file generated…
Browse files Browse the repository at this point in the history
… using --generate-configuration
  • Loading branch information
sebastianbergmann committed Jun 18, 2024
1 parent 75c7cf5 commit 647827e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TextUI/Configuration/Xml/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
bootstrap="{bootstrap_script}"
cacheDirectory="{cache_directory}"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
Expand Down
1 change: 1 addition & 0 deletions tests/unit/TextUI/Configuration/Xml/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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 647827e

Please # to comment.