mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 20:56:15 +01:00
[TASK] Clean up the unit tests configuration (#1389)
Remove no longer needed bootstrap option. Remove no longer needed backupGlobals options. Resolves: #1347
This commit is contained in:
parent
5a25569a19
commit
1a33abac95
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue