You are here

10 calls to AliasManagerTest::setUpCurrentLanguage() in Zircon Profile 8.0

AliasManagerTest::testCacheClear in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
@covers ::cacheClear
AliasManagerTest::testGetAliasByPathCachedMatch in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath method for a path that is preloaded.
AliasManagerTest::testGetAliasByPathCachedMissLanguage in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath cache when a different language is requested.
AliasManagerTest::testGetAliasByPathCachedMissNoAlias in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath cache with a preloaded path without alias.
AliasManagerTest::testGetAliasByPathMatch in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath method for a path that has a matching alias.
AliasManagerTest::testGetAliasByPathNoMatch in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath method for a path that has no matching alias.
AliasManagerTest::testGetAliasByPathUncachedMissNoAlias in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath cache with an unpreloaded path without alias.
AliasManagerTest::testGetAliasByPathUncachedMissWithAlias in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath cache with an unpreloaded path with alias.
AliasManagerTest::testGetAliasByPathWhitelist in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getAliasByPath method for a path that is not in the whitelist.
AliasManagerTest::testGetPathByAliasNatch in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getPathByAlias method for an alias that have a matching path.