You are here

protected function LanguageCookieLanguageSelectionPageTest::assertLanguageSelectionPageNotLoaded in Language Cookie 8

Assert that the language selection page is not loaded.

File

tests/src/Functional/LanguageCookieLanguageSelectionPageTest.php, line 84

Class

LanguageCookieLanguageSelectionPageTest
Test that the language_cookie module works well with language_selection_page.

Namespace

Drupal\Tests\language_cookie\Functional

Code

protected function assertLanguageSelectionPageNotLoaded() {
  $this
    ->assertSession()
    ->pageTextNotContains(self::LANGUAGE_SELECTION_PAGE_TEXT);
}