Skip to content

Commit 32cc772

Browse files
committed
[TASK] Do not enable feature redirects.hitCount for acceptance tests
This change removes the enabling of feature `redirects.hitCount` within codeception acceptance test setups to stay on TYPO3 Core defaults. That has been preared with temporary solution for TYPO3 Core tests [1]. * [1] https://review.typo3.org/c/Packages/TYPO3.CMS/+/87280 Resolves: #554 Releases: main
1 parent 18329b0 commit 32cc772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/Core/Acceptance/Extension/BackendEnvironment.php

-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ public function bootstrapTypo3Environment(SuiteEvent $suiteEvent)
281281
$localConfiguration['SYS']['errorHandlerErrors'] = E_ALL;
282282
$localConfiguration['SYS']['trustedHostsPattern'] = '.*';
283283
$localConfiguration['SYS']['encryptionKey'] = 'iAmInvalid';
284-
$localConfiguration['SYS']['features']['redirects.hitCount'] = true;
285284
// @todo: This sql_mode should be enabled as soon as styleguide and dataHandler can cope with it
286285
//$localConfiguration['SYS']['setDBinit'] = 'SET SESSION sql_mode = \'STRICT_ALL_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_VALUE_ON_ZERO,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY\';';
287286
$localConfiguration['GFX']['processor'] = 'GraphicsMagick';

0 commit comments

Comments
 (0)