protected function MigrateImageCacheTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php \Drupal\Tests\image\Kernel\Migrate\d6\MigrateImageCacheTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ image/ tests/ src/ Kernel/ Migrate/ d6/ MigrateImageCacheTest.php, line 21
Class
- MigrateImageCacheTest
- Tests migration of ImageCache presets to image styles.
Namespace
Drupal\Tests\image\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this
->installConfig([
'image',
]);
}