diff --git a/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php b/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php index b323569cd984decf48a965bcea36dec863d63f0e..5284646d7a4067a681320024a91ab9b21dd2496f 100644 --- a/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php +++ b/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php @@ -152,7 +152,7 @@ public function testInvalidCropValues() { */ protected function assertImageEffect($collection, $id, $config) { /** @var \Drupal\image\ConfigurableImageEffectBase $effect */ - foreach ($collection as $key => $effect) { + foreach ($collection as $effect) { $effect_config = $effect->getConfiguration(); if ($effect_config['id'] == $id && $effect_config['data'] == $config) {