| UncacheableTestAccessResult::andIf |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Combine this access result with another using AND. |
| UncacheableTestAccessResult::isAllowed |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Checks whether this access result indicates access is explicitly allowed. |
| UncacheableTestAccessResult::isForbidden |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Checks whether this access result indicates access is explicitly forbidden. |
| UncacheableTestAccessResult::isNeutral |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Checks whether this access result indicates access is not yet determined. |
| UncacheableTestAccessResult::orIf |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Combine this access result with another using OR. |
| UncacheableTestAccessResult::__construct |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Constructs a new UncacheableTestAccessResult object. |
| UncaughtExceptionTest |
class |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests kernel panic when things are really messed up. |
| UncaughtExceptionTest.php |
file |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
|
| UncaughtExceptionTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
The theme to install as the default for testing. |
| UncaughtExceptionTest::$expectedExceptionMessage |
property |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Exceptions thrown by site under test that contain this text are ignored. |
| UncaughtExceptionTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Modules to install. |
| UncaughtExceptionTest::assertErrorLogged |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Asserts that a specific error has been logged to the PHP error log. |
| UncaughtExceptionTest::assertNoErrorsLogged |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Asserts that no errors have been logged to the PHP error.log thus far. |
| UncaughtExceptionTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
|
| UncaughtExceptionTest::testErrorContainer |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests a container which has an error. |
| UncaughtExceptionTest::testExceptionContainer |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests a container which has an exception really early. |
| UncaughtExceptionTest::testLoggerException |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests fallback to PHP error log when an exception is thrown while logging. |
| UncaughtExceptionTest::testLostDatabaseConnection |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests the case when the database connection is gone. |
| UncaughtExceptionTest::testMissingDependency |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests a missing dependency on a service. |
| 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::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::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 content blocks. |