Skip to content

Commit

Permalink
[TASK] Do not enable feature redirects.hitCount for acceptance tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sbuerk committed Nov 29, 2024
1 parent 18329b0 commit 32cc772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Core/Acceptance/Extension/BackendEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ public function bootstrapTypo3Environment(SuiteEvent $suiteEvent)
$localConfiguration['SYS']['errorHandlerErrors'] = E_ALL;
$localConfiguration['SYS']['trustedHostsPattern'] = '.*';
$localConfiguration['SYS']['encryptionKey'] = 'iAmInvalid';
$localConfiguration['SYS']['features']['redirects.hitCount'] = true;
// @todo: This sql_mode should be enabled as soon as styleguide and dataHandler can cope with it
//$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\';';
$localConfiguration['GFX']['processor'] = 'GraphicsMagick';
Expand Down

0 comments on commit 32cc772

Please sign in to comment.