| UncaughtExceptionTest::testUncaughtException |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests uncaught exception handling when system is in a bad state. |
| UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests uncaught exception handling with custom exception handler. |
| UncaughtExceptionTest::testUncaughtFatalError |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests displaying an uncaught fatal error. |
| under_test_update_1 |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Simulates a hook_update_N function. |
| under_test_update_1234_failed |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Simulates a hook_update_N function. |
| under_test_update_20 |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Simulates a hook_update_N function. |
| under_test_update_3000 |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Simulates a hook_update_N function. |
| UnicodeTest |
class |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Test unicode handling features implemented in Unicode component. |
| UnicodeTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
|
| UnicodeTest.txt |
file |
core/modules/search/tests/UnicodeTest.txt |
… |
| UnicodeTest::providerLcfirst |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testLcfirst(). |
| UnicodeTest::providerTestConvertToUtf8 |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Provides data to self::testConvertToUtf8(). |
| UnicodeTest::providerTestMimeHeader |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testMimeHeader(). |
| UnicodeTest::providerTestMimeHeaderDecode |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testMimeHeaderDecode(). |
| UnicodeTest::providerTestTruncateBytes |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Provides data for self::testTruncateBytes(). |
| UnicodeTest::providerTestValidateUtf8 |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Provides data for self::testValidateUtf8(). |
| UnicodeTest::providerTruncate |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testTruncate(). |
| UnicodeTest::providerUcfirst |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testUcfirst(). |
| UnicodeTest::providerUcwords |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testUcwords(). |
| UnicodeTest::testConvertToUtf8 |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests UTF-8 conversion. |
| UnicodeTest::testLcfirst |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte lcfirst. |
| UnicodeTest::testMimeHeaderDecode |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte decoding. |
| UnicodeTest::testMimeHeaderEncode |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte encoding. |
| UnicodeTest::testTruncate |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte truncate. |
| UnicodeTest::testTruncateBytes |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte truncate bytes. |
| UnicodeTest::testUcfirst |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte ucfirst. |
| UnicodeTest::testUcwords |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests multibyte ucwords. |
| UnicodeTest::testValidateUtf8 |
function |
core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests UTF-8 validation. |
| UninstallDefaultContentTest |
class |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
Tests that uninstalling default content removes created content. |
| UninstallDefaultContentTest.php |
file |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
|
| UninstallDefaultContentTest::$profile |
property |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
The profile to install as a basis for testing. |
| UninstallDefaultContentTest::assertArticlesImported |
function |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
Assert articles are imported. |
| UninstallDefaultContentTest::assertImportedCustomBlock |
function |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
Assert block content are imported. |
| UninstallDefaultContentTest::assertRecipesImported |
function |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
Assert recipes are imported. |
| UninstallDefaultContentTest::expectedBlocks |
function |
core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php |
Returns the expected properties of this profile's custom blocks. |
| 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 enable. |
| 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 enable. |
| 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. |