You are here

139 calls to UnitTestCase::randomMachineName() in Zircon Profile 8.0

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::testGetPathByAliasLangcode in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getPathByAlias method when a langcode is passed explicitly.
AliasManagerTest::testGetPathByAliasNatch in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getPathByAlias method for an alias that have a matching path.
AliasManagerTest::testGetPathByAliasNoMatch in core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
Tests the getPathByAlias method for an alias that have no matching path.
AttributeTest::testPrint in core/tests/Drupal/Tests/Core/Template/AttributeTest.php
Tests printing of an attribute.
AuthenticationCollectorTest::testAuthenticationCollector in core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php
Tests adding, getting, and order of priorities.
BaseFieldDefinitionTest::setUp in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
BaseFieldDefinitionTest::testFieldDefaultValue in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
Tests field default value.
BaseFieldDefinitionTest::testFieldDescription in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
Tests field description methods.
BaseFieldDefinitionTest::testFieldLabel in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
Tests field label methods.
BaseFieldDefinitionTest::testFieldName in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
Tests field name methods.
BaseFieldDefinitionTest::testFieldProvider in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
Tests provider.
BaseFieldDefinitionTest::testFieldSettings in core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
Tests field settings methods.
BlockConfigEntityUnitTest::setUp in core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::testCalculateDependencies in core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
@covers ::calculateDependencies
BlockRepositoryTest::setUp in core/modules/block/tests/src/Unit/BlockRepositoryTest.php
CacheCollectorTest::setUp in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
CacheCollectorTest::testDelete in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests setting and deleting values.
CacheCollectorTest::testGetFromCache in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests returning value from the collected cache.
CacheCollectorTest::testResolveCacheMiss in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests the resolve cache miss function.
CacheCollectorTest::testSetAndGet in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests setting and getting values when the cache is empty.
CacheCollectorTest::testSetAndGetNull in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Makes sure that NULL is a valid value and is collected.
CacheCollectorTest::testUpdateCache in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests updating the cache after a set.
CacheCollectorTest::testUpdateCacheClear in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests a clear of the cache collector.
CacheCollectorTest::testUpdateCacheClearTags in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests a clear of the cache collector using tags.
CacheCollectorTest::testUpdateCacheDelete in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests updating the cache after a delete.
CacheCollectorTest::testUpdateCacheInvalidatedConflict in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests updating the cache when there is a conflict after cache invalidation.
CacheCollectorTest::testUpdateCacheLockFail in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests updating the cache when the lock acquire fails.
CacheCollectorTest::testUpdateCacheMerge in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests updating the cache when a different request
CacheCollectorTest::testUpdateCacheReset in core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
Tests a reset of the cache collector.
CachedStorageTest::testListAllStaticCache in core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
Test listAll static cache.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
@covers ::getDependencies @covers ::calculateDependencies
ConfigEntityBaseUnitTest::testGet in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
@covers ::set @covers ::get
ConfigEntityBaseUnitTest::testGetOriginalId in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
@covers ::setOriginalId @covers ::getOriginalId
ConfigEntityTypeTest::testConfigPrefixLengthExceeds in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
Tests that we get an exception when the length of the config prefix that is returned by getConfigPrefix() exceeds the maximum defined prefix length.
ConfigEntityTypeTest::testConfigPrefixLengthValid in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
Tests that a valid config prefix returned by getConfigPrefix() does not throw an exception and is formatted as expected.
ConfigFactoryTest::testRename in core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php
@covers ::rename
ContentEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityBaseUnitTest::testAccess in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
@covers ::access
ContentEntityBaseUnitTest::testLabel in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
@covers ::label
ContentLanguageSettingsUnitTest::providerDefaultLangcode in core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerIsDefaultConfiguration in core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle in core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::setUp in core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
CsrfTokenGeneratorTest::setUp in core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php
CsrfTokenGeneratorTest::testGet in core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php
Tests CsrfTokenGenerator::get().
DedupeEntityTest::testDedupe in core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php
Tests entity based deduplication based on providerTestDedupe() values.
DefaultLazyPluginCollectionTest::testHas in core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@covers ::has
DefaultPluginManagerTest::testCacheClearWithTags in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
Tests the plugin manager cache clear with tags.
DefaultPluginManagerTest::testDefaultPluginManagerNoCache in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
Tests the plugin manager with caching disabled.
DefaultPluginManagerTest::testDefaultPluginManagerWithAlter in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithEmptyCache in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache in core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
Tests the plugin manager with caching and altering.
DisplayVariantTest::testSubmitConfigurationForm in core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php
Tests the submitConfigurationForm() method.
EditorConfigEntityUnitTest::setUp in core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php
EntityAdapterUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::testSetContext in core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
@covers ::setContext
EntityDisplayModeBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php
EntityDisplayModeBaseUnitTest::testCalculateDependencies in core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php
@covers ::calculateDependencies
EntityFieldManagerTest::testGetExtraFields in core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
@covers ::getExtraFields
EntityListBuilderTest::testGetOperations in core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php
@covers ::getOperations
EntityOperationsUnitTest::setUp in core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php
@covers ::__construct
EntityOperationsUnitTest::testRenderWithDestination in core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php
@covers ::render
EntityOperationsUnitTest::testRenderWithoutDestination in core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php
@covers ::render
EntityTypeTest::testGetGroupLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getGroupLabel
EntityTypeTest::testGetLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getLabel
EntityTypeTest::testgetOriginalClassChanged in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::setClass @covers ::getOriginalClass
EntityTypeTest::testgetOriginalClassUnchanged in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getOriginalClass
EntityTypeTest::testId in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::id
EntityTypeTest::testIdExceedsMaxLength in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::__construct
EntityTypeTest::testSetLinkTemplateWithInvalidPath in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::setLinkTemplate
EntityUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
EntityUnitTest::testAccess in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
@covers ::access
EntityUnitTest::testDelete in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
@covers ::delete
EntityUnitTest::testLabel in core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
@covers ::label
FieldConfigEntityUnitTest::setUp in core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
FieldStorageConfigEntityUnitTest::testCalculateDependencies in core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
@covers ::calculateDependencies
FieldUninstallValidatorTest::testValidateDeleted in core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
@covers ::validate
FieldUninstallValidatorTest::testValidateNoDeleted in core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
@covers ::validate
FieldUninstallValidatorTest::testValidateNoStorages in core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
@covers ::validate
FileCacheFactoryTest::testGetSetPrefix in core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
@covers ::getPrefix @covers ::setPrefix
FileStorageReadOnlyTest::testDeleteAll in core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php
@covers ::deleteAll
FileStorageReadOnlyTest::testReadOnly in core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php
Tests writing with one class and reading with another.
FileStorageTest::testDeleteAll in core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php
@covers ::deleteAll
FilterUninstallValidatorTest::testValidateNoFormats in core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
@covers ::validate
FilterUninstallValidatorTest::testValidateNoMatchingFormats in core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
@covers ::validate
FilterUninstallValidatorTest::testValidateNoPlugins in core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
@covers ::validate
FormBuilderTest::testFormCacheDeletionCached in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests that a cached form is deleted after submit.
FormBuilderTest::testFormCacheDeletionUncached in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests that an uncached form does not trigger cache set or delete.
FormStateTest::testSetValueForElement in core/tests/Drupal/Tests/Core/Form/FormStateTest.php
Tests that setting the value for an element adds to the values.
FormValidatorTest::providerTestPerformRequiredValidation in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
ImageStyleTest::setUp in core/modules/image/tests/src/Unit/ImageStyleTest.php
ImageStyleTest::testBuildUri in core/modules/image/tests/src/Unit/ImageStyleTest.php
@covers ::buildUri
ImageStyleTest::testGetDerivativeExtension in core/modules/image/tests/src/Unit/ImageStyleTest.php
@covers ::getDerivativeExtension
ImageStyleTest::testGetPathToken in core/modules/image/tests/src/Unit/ImageStyleTest.php
@covers ::getPathToken
LanguageUnitTest::testConstruct in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::__construct
LanguageUnitTest::testGetDirection in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::getDirection
LanguageUnitTest::testGetLangcode in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::getId
LanguageUnitTest::testGetName in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::getName
LanguageUnitTest::testIsDefault in core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php
@covers ::isDefault
LoggerChannelTest::testLog in core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php
Tests LoggerChannel::log().
LoggerChannelTest::testSortLoggers in core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php
Tests LoggerChannel::addLoggers().
MailFormatHelperTest::testWrapMail in core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php
@covers ::wrapMail
MenuActiveTrailTest::provider in core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php
Provides test data for all test methods.
MTimeProtectedFileStorageBase::setUp in core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php
NullBackendTest::testNullBackend in core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php
Tests that the NullBackend does not actually store variables.
PasswordHashingTest::setUp in core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php
PhpStorageTestBase::assertCRUD in core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
Assert that a PHP storage's load/save/delete operations work.
PrivateKeyTest::testSet in core/tests/Drupal/Tests/Core/PrivateKeyTest.php
Tests PrivateKey::setPrivateKey().
RdfMappingConfigEntityUnitTest::setUp in core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
RdfMappingConfigEntityUnitTest::testCalculateDependencies in core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
@covers ::calculateDependencies
RdfMappingConfigEntityUnitTest::testCalculateDependenciesWithEntityBundle in core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
@covers ::calculateDependencies
RendererBubblingTest::testContextBubblingCustomCacheBin in core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php
Tests cache context bubbling with a custom cache bin.
RendererTest::testRenderSorting in core/tests/Drupal/Tests/Core/Render/RendererTest.php
@covers ::render @covers ::doRender
RendererTest::testRenderSortingWithSetHashSorted in core/tests/Drupal/Tests/Core/Render/RendererTest.php
@covers ::render @covers ::doRender
RendererTest::testRenderWithThemeArguments in core/tests/Drupal/Tests/Core/Render/RendererTest.php
@covers ::render @covers ::doRender
RequiredModuleUninstallValidatorTest::testValidateNoModule in core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
@covers ::validate
RequiredModuleUninstallValidatorTest::testValidateNotRequired in core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
@covers ::validate
RequiredModuleUninstallValidatorTest::testValidateRequired in core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
@covers ::validate
RowTest::testHashing in core/modules/migrate/tests/src/Unit/RowTest.php
Tests hashing.
SettingsTest::setUp in core/tests/Drupal/Tests/Core/Site/SettingsTest.php
@covers ::__construct
TokenTest::testGetInfo in core/tests/Drupal/Tests/Core/Utility/TokenTest.php
@covers ::getInfo
TranslationTest::providerTestGet in core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php
Provides data to self::testGet().
UserAgentTest::providerTestGetBestMatchingLangcode in core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php
Data provider for testGetBestMatchingLangcode().
ViewAjaxControllerTest::testAjaxViewWithPager in core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
Tests a valid view with a pager.
ViewsBlockTest::testBuild in core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php
Tests the build method.
ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for an not existing table:
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for an not existing table:
ViewsDataTest::testFullAndTableGetCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache of the full and single table data.
ViewsDataTest::testNonExistingTableGetCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests building the views data with a non existing table.