function LanguageTourTest::testLanguageAddTour

Go to add language page and check the tour tooltips.

File

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

Class

LanguageTourTest
Tests tour functionality.

Namespace

Drupal\Tests\language\Functional

Code

public function testLanguageAddTour() {
  $this->drupalGet('admin/config/regional/language/add');
  $this->assertTourTips();
}

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