diff --git a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayAttachmentTest.php b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayAttachmentTest.php index 2f4daee..fa28625 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayAttachmentTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayAttachmentTest.php @@ -39,9 +39,8 @@ protected function setUp() { /** * Tests the attachment plugin. */ - public function testAttachment() { - // @todo Try to understand why the initial loading doesn't rebuild the menu - // cache. + protected function testAttachment() { + // @todo Remove that once http://drupal.org/node/1828444 got in. state()->set('menu_rebuild_needed', TRUE); $this->drupalGet('test-display-attachment');