Skip to content

Commit

Permalink
[TASK] Configure acceptance tests to use graphics magick (#237)
Browse files Browse the repository at this point in the history
The test containers don't package imagemagick,
default configuration should be gm.
  • Loading branch information
lolli42 committed Jun 14, 2021
1 parent 554fabc commit 0999567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Core/Acceptance/Extension/BackendEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public function bootstrapTypo3Environment(SuiteEvent $suiteEvent)
// @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['SYS']['caching']['cacheConfigurations']['extbase_object']['backend'] = NullBackend::class;
$localConfiguration['GFX']['processor'] = 'GraphicsMagick';
$testbase->setUpLocalConfiguration($instancePath, $localConfiguration, $this->config['configurationToUseInTestInstance']);
$coreExtensionsToLoad = $this->config['coreExtensionsToLoad'];
$frameworkExtensionPaths = [];
Expand Down

0 comments on commit 0999567

Please sign in to comment.