You are here

protected function TestPageManagerConfiguration::dependenciesToImport in Configuration Management 7.2

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

Overrides ConfigurationHandlerBaseTestCase::dependenciesToImport

File

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

Class

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

Code

protected function dependenciesToImport() {
  $dependencies = array();
  $dependencies[] = 'page_manager_handlers.page_configuration_test_page_panel_context';
  $dependencies[] = 'views_view.test';
  $dependencies[] = 'page_manager_handlers.page_news_panel_context';
  $dependencies[] = 'views_view.news_recent';
  return $dependencies;
}