public function LanguageTourTest::testLanguageTour in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/Tests/LanguageTourTest.php \Drupal\language\Tests\LanguageTourTest::testLanguageTour()
Tests language tour tip availability.
File
- core/
modules/ language/ src/ Tests/ LanguageTourTest.php, line 46 - Contains \Drupal\language\Tests\LanguageTourTest.
Class
- LanguageTourTest
- Tests tour functionality.
Namespace
Drupal\language\TestsCode
public function testLanguageTour() {
$this
->drupalGet('admin/config/regional/language');
$this
->assertTourTips();
}