You are here

public function LanguageTourTest::testLanguageAddTour in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/language/src/Tests/LanguageTourTest.php \Drupal\language\Tests\LanguageTourTest::testLanguageAddTour()

Go to add language page and check the tour tooltips.

File

core/modules/language/src/Tests/LanguageTourTest.php, line 54
Contains \Drupal\language\Tests\LanguageTourTest.

Class

LanguageTourTest
Tests tour functionality.

Namespace

Drupal\language\Tests

Code

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