| ExceptionHandlingTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
|
| ExceptionHandlingTest::doTest404Route |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Sets the given path to use as the 404 page and triggers a 404. |
| ExceptionHandlingTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
|
| ExceptionHandlingTest::test405 |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests on a route with a non-supported HTTP method. |
| ExceptionHandlingTest::test406 |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests a route with a non-supported _format parameter. |
| ExceptionHandlingTest::testBacktraceEscaping |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests if exception backtraces are properly escaped when output to HTML. |
| ExceptionHandlingTest::testExceptionEscaping |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests exception message escaping. |
| ExceptionHandlingTest::testExceptionResponseGeneratedForOriginalRequest |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests that the exception response is executed in the original context. |
| ExceptionHandlingTest::testHtml403 |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests the exception handling for HTML and 403 status code. |
| ExceptionHandlingTest::testHtml404 |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests the exception handling for HTML and 404 status code. |
| ExceptionHandlingTest::testJson403 |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests the exception handling for json and 403 status code. |
| ExceptionHandlingTest::testJson404 |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
Tests the exception handling for json and 404 status code. |
| ExceptionJsonSubscriberTest |
class |
core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php |
Tests Drupal\Core\EventSubscriber\ExceptionJsonSubscriber. |
| ExceptionJsonSubscriberTest.php |
file |
core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php |
|
| ExceptionJsonSubscriberTest::providerTestOn4xx |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php |
|
| ExceptionJsonSubscriberTest::testOn4xx |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php |
Tests on 4xx. |
| ExceptionLoggingSubscriberTest |
class |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
Tests that HTTP exceptions are logged correctly. |
| ExceptionLoggingSubscriberTest.php |
file |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::$testLogServiceName |
property |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
The service name for a logger implementation that collects anything logged. |
| ExceptionLoggingSubscriberTest::exceptionDataProvider |
function |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
Returns data for testing exception logging. |
| ExceptionLoggingSubscriberTest::register |
function |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
|
| ExceptionLoggingSubscriberTest::testExceptionLogging |
function |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
Tests \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onException(). |
| ExceptionStatusCodeCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
Tests Drupal\Core\Cache\Context\CookiesCacheContext. |
| ExceptionStatusCodeCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
|
| ExceptionStatusCodeCacheContextTest::providerTestGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
Provides a list of cookies and expected cache contexts. |
| ExceptionStatusCodeCacheContextTest::testGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
Tests get context. |
| ExcludedFieldTokenTest |
class |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
Tests the display of an excluded field that is used as a token. |
| ExcludedFieldTokenTest.php |
file |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
| ExcludedFieldTokenTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
| ExcludedFieldTokenTest::$modules |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
The modules that need to be installed for this test. |
| ExcludedFieldTokenTest::$testViews |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
The views that are used by this test. |
| ExcludedFieldTokenTest::$view |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
| ExcludedFieldTokenTest::setUp |
function |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
| ExcludedFieldTokenTest::testExcludedTitleTokenDisplay |
function |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
Tests the display of an excluded title field when used as a token. |
| ExcludedModulesEventSubscriberTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
Tests ExcludedModulesEventSubscriber. |
| ExcludedModulesEventSubscriberTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExcludedModulesEventSubscriberTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExcludedModulesEventSubscriberTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExcludedModulesEventSubscriberTest::testExcludedModules |
function |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
Tests excluding modules from the config export. |
| ExecutableFinderTest |
class |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
Tests Package Manager's executable finder service. |
| ExecutableFinderTest.php |
file |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
|
| ExecutableFinderTest::testComposerInstalledInProject |
function |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
Tests that the executable finder tries to use a local copy of Composer. |
| ExecutableFinderTest::testLegacyExecutablePaths |
function |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
Tests that the executable finder falls back to looking in config for paths. |
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest |
class |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
Tests Existing Drupal8Style Database Connection In Settings Php. |
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
file |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::setUp |
function |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::testExistingDrupal8StyleDatabaseConnectionInSettingsPhp |
function |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
Confirms that the site works with Drupal 8 style database connection array. |
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::testReplicaDrupal8StyleDatabaseConnectionInSettingsPhp |
function |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
Confirms that the replica database connection works. |