function LanguageTourTest::testLanguageAddTour

Same name and namespace in other branches
  1. 9 core/modules/language/tests/src/Functional/LanguageTourTest.php \Drupal\Tests\language\Functional\LanguageTourTest::testLanguageAddTour()
  2. 10 core/modules/tour/tests/src/Functional/Language/LanguageTourTest.php \Drupal\Tests\tour\Functional\Language\LanguageTourTest::testLanguageAddTour()
  3. 11.x core/modules/tour/tests/src/Functional/Language/LanguageTourTest.php \Drupal\Tests\tour\Functional\Language\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.