function LanguageTourTest::testLanguageTour

Tests language tour tip availability.

File

core/modules/tour/tests/src/Functional/Language/LanguageTourTest.php, line 52

Class

LanguageTourTest
Tests tour functionality.

Namespace

Drupal\Tests\tour\Functional\Language

Code

public function testLanguageTour() : void {
  $this->drupalGet('admin/config/regional/language');
  $this->assertTourTips();
}

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