function LanguageTourTest::testLanguageTour

Tests language tour tip availability.

File

core/modules/language/tests/src/Functional/LanguageTourTest.php, line 49

Class

LanguageTourTest
Tests tour functionality.

Namespace

Drupal\Tests\language\Functional

Code

public function testLanguageTour() {
  $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.