function LanguageTourTest::testLanguageEditTour
Go to edit language page and check the tour tooltips.
File
-
core/
modules/ language/ tests/ src/ Functional/ LanguageTourTest.php, line 65
Class
- LanguageTourTest
- Tests tour functionality.
Namespace
Drupal\Tests\language\FunctionalCode
public function testLanguageEditTour() {
$this->drupalGet('admin/config/regional/language/edit/en');
$this->assertTourTips();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.