You are here

protected function TestImageStyleConfiguration::configToExport in Configuration Management 7.2

Returns an array of configurations to export.

Overrides ConfigurationHandlerBaseTestCase::configToExport

File

tests/handlers/TestImageStyleConfiguration.test, line 51
Tests for Configuration Management: Image Styles.

Class

TestImageStyleConfiguration
@file Tests for Configuration Management: Image Styles.

Code

protected function configToExport() {
  return array(
    'image_style.' . $this->style_name,
  );
}