10 calls to AliasManagerTest::setUpCurrentLanguage() in Drupal 8
- AliasManagerTest::testCacheClear in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - @covers ::cacheClear
 - AliasManagerTest::testGetAliasByPathCachedMatch in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath method for a path that is preloaded.
 - AliasManagerTest::testGetAliasByPathCachedMissLanguage in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath cache when a different language is requested.
 - AliasManagerTest::testGetAliasByPathCachedMissNoAlias in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath cache with a preloaded path without alias.
 - AliasManagerTest::testGetAliasByPathMatch in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath method for a path that has a matching alias.
 - AliasManagerTest::testGetAliasByPathNoMatch in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath method for a path that has no matching alias.
 - AliasManagerTest::testGetAliasByPathUncachedMissNoAlias in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath cache with an unpreloaded path without alias.
 - AliasManagerTest::testGetAliasByPathUncachedMissWithAlias in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath cache with an unpreloaded path with alias.
 - AliasManagerTest::testGetAliasByPathWhitelist in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getAliasByPath method for a path that is not in the whitelist.
 - AliasManagerTest::testGetPathByAliasMatch in core/
modules/ path_alias/ tests/ src/ Unit/ AliasManagerTest.php  - Tests the getPathByAlias method for an alias that have a matching path.