Skip to content

Commit

Permalink
[TASK] Clean up the unit tests configuration (#1389)
Browse files Browse the repository at this point in the history
Remove no longer needed bootstrap option.
Remove no longer needed backupGlobals options.

Resolves: #1347
  • Loading branch information
DanielSiepmann authored Jul 29, 2024
1 parent 5a25569 commit 1a33aba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Build/phpunit/UnitTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
backupGlobals="true"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php"
cacheResult="false"
colors="true"
controlGarbageCollector="true"
Expand Down

0 comments on commit 1a33aba

Please sign in to comment.