executeMigration('d7_image_settings'); } /** * Tests the migration. */ public function testMigration() { $config = $this->config('image.settings'); // These settings are not recommended... $this->assertTrue($config->get('allow_insecure_derivatives')); $this->assertTrue($config->get('suppress_itok_output')); $this->assertIdentical("core/modules/image/testsample.png", $config->get('preview_image')); } }