| ajax_forms_test.info.yml |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml |
| ajax_forms_test.routing.yml |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml |
| ajax_test.info.yml |
file |
core/modules/system/tests/modules/ajax_test/ajax_test.info.yml |
core/modules/system/tests/modules/ajax_test/ajax_test.info.yml |
| ajax_test.libraries.yml |
file |
core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml |
core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml |
| ajax_test.routing.yml |
file |
core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml |
core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml |
| AlertsJsonFeedTest |
class |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
Test the access announcement according to json feed changes. |
| AlertsJsonFeedTest.php |
file |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
|
| AlertsJsonFeedTest::$defaultTheme |
property |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
The theme to install as the default for testing. |
| AlertsJsonFeedTest::$modules |
property |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
Modules to install. |
| AlertsJsonFeedTest::$user |
property |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
A user with permission to access toolbar and access announcements. |
| AlertsJsonFeedTest::setUp |
function |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
|
| AlertsJsonFeedTest::testAnnounceFeedEmpty |
function |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
Check with an empty JSON feed. |
| AlertsJsonFeedTest::testAnnounceFeedUpdatedAndRemoved |
function |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
Check the status of the announcements when the feed is updated and removed. |
| AliasManagerTest |
class |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests Drupal\path_alias\AliasManager. |
| AliasManagerTest.php |
file |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
|
| AliasManagerTest::$aliasManager |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
The alias manager. |
| AliasManagerTest::$aliasPrefixList |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Alias prefix list. |
| AliasManagerTest::$aliasRepository |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Alias repository. |
| AliasManagerTest::$cache |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Cache backend. |
| AliasManagerTest::$cacheKey |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
The internal cache key used by the alias manager. |
| AliasManagerTest::$languageManager |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Language manager. |
| AliasManagerTest::$path |
property |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
The cache key passed to the alias manager. |
| AliasManagerTest::setUp |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
|
| AliasManagerTest::setUpCurrentLanguage |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Sets up the current language. |
| AliasManagerTest::testCacheClear |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests cache clear. |
| AliasManagerTest::testGetAliasByPathCachedMissLanguage |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getAliasByPath cache when a different language is requested. |
| AliasManagerTest::testGetAliasByPathException |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getAliasByPath method exception. |
| AliasManagerTest::testGetAliasByPathMatch |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getAliasByPath method for a path that has a matching alias. |
| AliasManagerTest::testGetAliasByPathNoMatch |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getAliasByPath method for a path that has no matching alias. |
| AliasManagerTest::testGetAliasByPathPrefixList |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getAliasByPath method for a path that is not in the prefix list. |
| AliasManagerTest::testGetPathByAliasLangcode |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getPathByAlias method when a langcode is passed explicitly. |
| AliasManagerTest::testGetPathByAliasMatch |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getPathByAlias method for an alias that have a matching path. |
| AliasManagerTest::testGetPathByAliasNoMatch |
function |
core/modules/path_alias/tests/src/Unit/AliasManagerTest.php |
Tests the getPathByAlias method for an alias that have no matching path. |
| AliasPathProcessorTest |
class |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
Tests Drupal\path_alias\PathProcessor\AliasPathProcessor. |
| AliasPathProcessorTest.php |
file |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
|
| AliasPathProcessorTest::$aliasManager |
property |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
The mocked alias manager. |
| AliasPathProcessorTest::$pathProcessor |
property |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
The tested path processor. |
| AliasPathProcessorTest::providerTestProcessOutbound |
function |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
Provides data for testing outbound processing. |
| AliasPathProcessorTest::setUp |
function |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
|
| AliasPathProcessorTest::testProcessInbound |
function |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
Tests the processInbound method. |
| AliasPathProcessorTest::testProcessOutbound |
function |
core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php |
Tests process outbound. |
| AliasTest |
class |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Tests path alias CRUD and lookup functionality. |
| AliasTest.php |
file |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
|
| AliasTest::$modules |
property |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Modules to install. |
| AliasTest::setUp |
function |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
|
| AliasTest::testLookupByAlias |
function |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Tests lookup by alias. |
| AliasTest::testLookupBySystemPath |
function |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Tests lookup by system path. |
| AliasTest::testLookupPath |
function |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Tests lookup path. |
| AliasTest::testPrefixList |
function |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Tests the alias prefix. |
| AliasTest::testPrefixListCacheDeletionMidRequest |
function |
core/modules/path_alias/tests/src/Kernel/AliasTest.php |
Tests situation where the prefix list cache is deleted mid-request. |