diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php b/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php index 464c4f2..380e553 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php @@ -17,7 +17,7 @@ class AggregatorRenderingTest extends AggregatorTestBase { * * @var array */ - public static $modules = array('block'); + public static $modules = array('block', 'test_page_test'); public static function getInfo() { return array( @@ -53,7 +53,7 @@ public function testBlockLinks() { $block = $this->drupalPlaceBlock("aggregator_feed_block:{$feed->id()}", array('label' => 'feed-' . $feed->label()), array('block_count' => 2)); // Confirm that the block is now being displayed on pages. - $this->drupalGet('node'); + $this->drupalGet('test-page'); $this->assertText($block->label(), 'Feed block is displayed on the page.'); // Find the expected read_more link. @@ -71,7 +71,7 @@ public function testBlockLinks() { $feed->block = 0; $feed->save(); // Check that the block is no longer displayed. - $this->drupalGet('node'); + $this->drupalGet('test-page'); $this->assertNoText($block->label(), 'Feed block is not displayed on the page when number of items is set to 0.'); } diff --git a/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php b/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php index 75532b0..143f99e 100644 --- a/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php +++ b/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php @@ -16,7 +16,7 @@ class MenuTest extends WebTestBase { * * @var array */ - public static $modules = array('menu', 'block'); + public static $modules = array('menu', 'block', 'test_page_test'); protected $big_user; protected $std_user; @@ -262,14 +262,14 @@ function testMenuQueryAndFragment() { $this->drupalLogin($this->big_user); // Make a path with query and fragment on. - $path = 'node?arg1=value1&arg2=value2'; + $path = 'test-page?arg1=value1&arg2=value2'; $item = $this->addMenuLink(0, $path); $this->drupalGet('admin/structure/menu/item/' . $item['mlid'] . '/edit'); $this->assertFieldByName('link_path', $path, 'Path is found with both query and fragment.'); // Now change the path to something without query and fragment. - $path = 'node'; + $path = 'test-page'; $this->drupalPost('admin/structure/menu/item/' . $item['mlid'] . '/edit', array('link_path' => $path), t('Save')); $this->drupalGet('admin/structure/menu/item/' . $item['mlid'] . '/edit'); $this->assertFieldByName('link_path', $path, 'Path no longer has query or fragment.'); diff --git a/core/modules/node/config/views.view.frontpage.yml b/core/modules/node/config/views.view.frontpage.yml index 89ff785..a6a8be2 100644 --- a/core/modules/node/config/views.view.frontpage.yml +++ b/core/modules/node/config/views.view.frontpage.yml @@ -2,7 +2,7 @@ base_field: nid base_table: node core: 8.x description: 'A list of nodes marked for display on the front page.' -disabled: '0' +status: '1' display: default: display_options: