You are here

public function MenuBlockCurrentLanguageTest::testAuthenticated in Menu block current language 8

Test as authenticated user.

File

tests/src/Functional/MenuBlockCurrentLanguageTest.php, line 280

Class

MenuBlockCurrentLanguageTest
Functional tests for menu_block_current_language.

Namespace

Drupal\Tests\menu_block_current_language\Functional

Code

public function testAuthenticated() {
  $this
    ->drupalLogin($this->adminUser);
  $this
    ->testMenuBlockLanguageFilters();
}