diff --git a/src/Tests/PageManagerPanelsStorageIntegrationTest.php b/src/Tests/PageManagerPanelsStorageIntegrationTest.php index 4acb3c8..dd061d0 100644 --- a/src/Tests/PageManagerPanelsStorageIntegrationTest.php +++ b/src/Tests/PageManagerPanelsStorageIntegrationTest.php @@ -20,7 +20,7 @@ class PageManagerPanelsStorageIntegrationTest extends WebTestBase { /** * {@inheritdoc} */ - public static $modules = ['block', 'page_manager', 'page_manager_ui', 'panels_test', 'panels_ipe']; + public static $modules = ['block', 'page_manager', 'panels_test', 'panels_ipe']; /** * {@inheritdoc} @@ -73,4 +73,4 @@ class PageManagerPanelsStorageIntegrationTest extends WebTestBase { $this->assertEqual($panels_display->getStorageId(), 'panels_1'); } -} \ No newline at end of file +}