public function LanguageTourTest::testLanguageEditTour in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/Tests/LanguageTourTest.php \Drupal\language\Tests\LanguageTourTest::testLanguageEditTour()
Go to edit language page and check the tour tooltips.
File
- core/
modules/ language/ src/ Tests/ LanguageTourTest.php, line 62 - Contains \Drupal\language\Tests\LanguageTourTest.
Class
- LanguageTourTest
- Tests tour functionality.
Namespace
Drupal\language\TestsCode
public function testLanguageEditTour() {
$this
->drupalGet('admin/config/regional/language/edit/en');
$this
->assertTourTips();
}