Revert "Issue #2918570 by xjm: Hotfix for ToolkitGdTest take 2"
This reverts commit a303c45eb1
.
8.5.x
parent
a303c45eb1
commit
fdc8bc3260
|
@ -216,7 +216,7 @@ class ToolkitGdTest extends KernelTestBase {
|
||||||
// Systems using non-bundled GD2 don't have imagerotate. Test if available.
|
// Systems using non-bundled GD2 don't have imagerotate. Test if available.
|
||||||
// @todo Remove the version check once
|
// @todo Remove the version check once
|
||||||
// https://www.drupal.org/project/drupal/issues/2670966 is resolved.
|
// https://www.drupal.org/project/drupal/issues/2670966 is resolved.
|
||||||
if (function_exists('imagerotate') && (version_compare(phpversion(), '7.0.26') <= 0)) {
|
if (function_exists('imagerotate') && (version_compare(phpversion(), '7.0.26') < 0)) {
|
||||||
$operations += [
|
$operations += [
|
||||||
'rotate_5' => [
|
'rotate_5' => [
|
||||||
'function' => 'rotate',
|
'function' => 'rotate',
|
||||||
|
|
Loading…
Reference in New Issue