You are here

protected function TestPageManagerConfiguration::dependenciesToExport in Configuration Management 7.2

Returns an array of configurations to check if they were exported.

Overrides ConfigurationHandlerBaseTestCase::dependenciesToExport

File

tests/handlers/TestPageManagerConfiguration.test, line 64
Tests for Configuration Management: Page manager components and dependencies.

Class

TestPageManagerConfiguration
@file Tests for Configuration Management: Page manager components and dependencies.

Code

protected function dependenciesToExport() {
  $dependencies = array();
  $dependencies[] = 'page_manager_handlers.page_configuration_test_page_panel_context';
  $dependencies[] = 'views_view.test';

  //    $dependencies[] = 'page_manager_handlers.page_home_panel_context';
  //    $dependencies[] = 'views_view.news_recent';
  return $dependencies;
}