function BlockLayoutTourTest::testBlockLayoutTourTips

Same name and namespace in other branches
  1. 10 core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php \Drupal\Tests\tour\Functional\Block\BlockLayoutTourTest::testBlockLayoutTourTips()
  2. 11.x core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php \Drupal\Tests\tour\Functional\Block\BlockLayoutTourTest::testBlockLayoutTourTips()

Tests Block Layout tour tip availability.

File

core/modules/block/tests/src/Functional/BlockLayoutTourTest.php, line 46

Class

BlockLayoutTourTest
Tests the Block Layout tour.

Namespace

Drupal\Tests\block\Functional

Code

public function testBlockLayoutTourTips() {
    $this->drupalGet('admin/structure/block');
    $this->assertTourTips();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.