| UninstallDefaultContentTest::testReinstall |
function |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
Tests uninstalling content removes created entities. |
| UninstallKernelTest |
class |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Tests the uninstallation of modules. |
| UninstallKernelTest.php |
file |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
|
| UninstallKernelTest::$modules |
property |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Modules to install. |
| UninstallKernelTest::setUp |
function |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
|
| UninstallKernelTest::testUninstallMedia |
function |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Tests uninstalling media and file modules. |
| UninstallKernelTest::testUninstallPluginCacheClear |
function |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Tests uninstalling a module with a plugin cache clearer service. |
| UninstallTest |
class |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
Tests the uninstallation of modules. |
| UninstallTest.php |
file |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
|
| UninstallTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
The theme to install as the default for testing. |
| UninstallTest::$modules |
property |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
Modules to install. |
| UninstallTest::testFailedInstallStatus |
function |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
Tests that a module which fails to install can still be uninstalled. |
| UninstallTest::testUninstallPage |
function |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
Tests the Uninstall page and Uninstall confirmation page. |
| UninstallTest::testUserPermsUninstalled |
function |
core/modules/system/tests/src/Functional/Module/UninstallTest.php |
Tests the hook_modules_uninstalled() of the user module. |
| UniqueFieldConstraintTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests the unique field value validation constraint. |
| UniqueFieldConstraintTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
|
| UniqueFieldConstraintTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Modules to install. |
| UniqueFieldConstraintTest::providerTestEntityWithStringIdWithViolation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Data provider for ::testEntityWithStringIdWithViolation(). |
| UniqueFieldConstraintTest::testEntityWithStringId |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests cases where the validation passes for entities with string IDs. |
| UniqueFieldConstraintTest::testEntityWithStringIdWithViolation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests cases when validation raises violations for entities with string IDs. |
| UniqueFieldConstraintTest::testViolationDespiteNoAccess |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests validating inaccessible entities. |
| UniqueValuesConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests the unique field value validation constraint. |
| UniqueValuesConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
|
| UniqueValuesConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Modules to install. |
| UniqueValuesConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests cases where the validation passes for entities with string IDs. |
| UniqueValuesConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests the UniqueField validation constraint validator. |
| UniqueValuesConstraintValidatorTest::testValidationCaseInsensitive |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests the UniqueField validation constraint validator with regards to case-insensitivity. |
| UniqueValuesConstraintValidatorTest::testValidationMultiple |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests the UniqueField validation constraint validator for multiple violations. |
| UniqueValuesConstraintValidatorTest::testValidationOwn |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests the UniqueField validation constraint validator for existing value in the same entity. |
| UniqueValuesConstraintValidatorTest::testValidationReference |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php |
Tests the UniqueField validation constraint validator for entity reference fields. |
| unique_field_constraint_test.info.yml |
file |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml |
| unique_field_constraint_test.module |
file |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module |
Contains unique_field_constraint_test.module. |
| unique_field_constraint_test_entity_base_field_info_alter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module |
Implements hook_entity_base_field_info_alter(). |
| unique_field_constraint_test_query_entity_test_access_alter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module |
Implements hook_query_entity_test_access_alter(). |
| UnitTestCase |
class |
core/tests/Drupal/Tests/UnitTestCase.php |
Provides a base class and helpers for Drupal unit tests. |
| UnitTestCase.php |
file |
core/tests/Drupal/Tests/UnitTestCase.php |
|
| UnitTestCase::$root |
property |
core/tests/Drupal/Tests/UnitTestCase.php |
The app root. |
| UnitTestCase::getClassResolverStub |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Returns a stub class resolver. |
| UnitTestCase::getConfigFactoryStub |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Returns a stub config factory that behaves according to the passed array. |
| UnitTestCase::getConfigStorageStub |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Returns a stub config storage that returns the supplied configuration. |
| UnitTestCase::getContainerWithCacheTagsInvalidator |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Sets up a container with a cache tags invalidator. |
| UnitTestCase::getStringTranslationStub |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
Returns a stub translation manager that just returns the passed string. |
| UnitTestCase::setUp |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
|
| UnitTestCase::setUpBeforeClass |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
|
| UnitTestCase::__get |
function |
core/tests/Drupal/Tests/UnitTestCase.php |
|
| UnitTestCaseTest |
class |
core/tests/Drupal/Tests/UnitTestCaseTest.php |
Tests for the UnitTestCase class. |
| UnitTestCaseTest.php |
file |
core/tests/Drupal/Tests/UnitTestCaseTest.php |
|
| UnitTestCaseTest::testGetRandomGeneratorPropertyDeprecation |
function |
core/tests/Drupal/Tests/UnitTestCaseTest.php |
Tests the deprecation of accessing the randomGenerator property directly. |
| UnitTestCaseTest::testVarDumpSameProcess |
function |
core/tests/Drupal/Tests/UnitTestCaseTest.php |
Tests the dump() function in a test run in the same process. |
| UnitTestCaseTest::testVarDumpSeparateProcess |
function |
core/tests/Drupal/Tests/UnitTestCaseTest.php |
Tests the dump() function in a test run in a separate process. |