Skip to content

Commit

Permalink
[BUGFIX] Remove unavailable PHPUnit configuration option (#1395)
Browse files Browse the repository at this point in the history
The PHPUnit configuration option `controlGarbageCollector` was
introduced for PHPUnit 10 and 11 only and hence is not available
for version 9 yet (the version we're using). So we cannot use
this configuration option yet.

This reverts commit 7dea2dd.
  • Loading branch information
oliverklee authored Jul 30, 2024
1 parent 1a33aba commit 8d80a25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Build/phpunit/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php"
cacheResult="false"
colors="true"
controlGarbageCollector="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down
1 change: 0 additions & 1 deletion Build/phpunit/UnitTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
beStrictAboutTestsThatDoNotTestAnything="false"
cacheResult="false"
colors="true"
controlGarbageCollector="true"
convertDeprecationsToExceptions="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down

0 comments on commit 8d80a25

Please sign in to comment.