| RedirectResponseSubscriberTest::setUp |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
|
| RedirectResponseSubscriberTest::testDestinationRedirect |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests destination detection and redirection. |
| RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests destination redirect to external url. |
| RedirectResponseSubscriberTest::testDestinationRedirectWithInvalidUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests destination redirect with invalid url. |
| RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests redirect with opt in external url. |
| RedirectTest |
class |
core/modules/system/tests/src/Functional/Form/RedirectTest.php |
Tests form redirection functionality. |
| RedirectTest |
class |
core/modules/views_ui/tests/src/Functional/RedirectTest.php |
Tests the redirecting after saving a views. |
| RedirectTest.php |
file |
core/modules/views_ui/tests/src/Functional/RedirectTest.php |
|
| RedirectTest.php |
file |
core/modules/system/tests/src/Functional/Form/RedirectTest.php |
|
| RedirectTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/RedirectTest.php |
The theme to install as the default for testing. |
| RedirectTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/RedirectTest.php |
The theme to install as the default for testing. |
| RedirectTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/RedirectTest.php |
Modules to install. |
| RedirectTest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/RedirectTest.php |
Views used by this test. |
| RedirectTest::testRedirect |
function |
core/modules/views_ui/tests/src/Functional/RedirectTest.php |
Tests the redirecting. |
| RedirectTest::testRedirect |
function |
core/modules/system/tests/src/Functional/Form/RedirectTest.php |
Tests form redirection. |
| RedirectTest::testRedirectFromErrorPages |
function |
core/modules/system/tests/src/Functional/Form/RedirectTest.php |
Tests form redirection from 404/403 pages with the Block form. |
| ReEnableModuleFieldTest |
class |
core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php |
Tests the behavior of a field module after being disabled and re-enabled. |
| ReEnableModuleFieldTest.php |
file |
core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php |
|
| ReEnableModuleFieldTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php |
The theme to install as the default for testing. |
| ReEnableModuleFieldTest::$modules |
property |
core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php |
Modules to install. |
| ReEnableModuleFieldTest::setUp |
function |
core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php |
|
| ReEnableModuleFieldTest::testReEnabledField |
function |
core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php |
Tests the behavior of a field module after being disabled and re-enabled. |
| RefinableCacheableDependencyTraitTest |
class |
core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php |
Tests the cache RefinableCacheableDependencyTrait. |
| RefinableCacheableDependencyTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php |
|
| RefinableCacheableDependencyTraitTest::testNonCacheableDependencyAddDeprecation |
function |
core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php |
Tests non cacheable dependency add deprecation. |
| RefinableCalculatedPermissionsTest |
class |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the RefinableCalculatedPermissions class. |
| RefinableCalculatedPermissionsTest.php |
file |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
|
| RefinableCalculatedPermissionsTest::testAddItem |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the addition of a calculated permissions item. |
| RefinableCalculatedPermissionsTest::testAddItemOverwrite |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the overwriting of a calculated permissions item. |
| RefinableCalculatedPermissionsTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests merging in another CalculatedPermissions object. |
| RefinableCalculatedPermissionsTest::testRemoveItem |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the removal of a calculated permissions item. |
| RefinableCalculatedPermissionsTest::testRemoveItems |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the removal of all calculated permissions items. |
| RefinableCalculatedPermissionsTest::testRemoveItemsByScope |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the removal of calculated permissions items by scope. |
| RefinableDependentAccessTraitTestClass |
class |
core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php |
Test class that implements RefinableDependentAccessInterface. |
| ReflectionFactoryTest |
class |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
Tests Drupal\Component\Plugin\Factory\ReflectionFactory. |
| ReflectionFactoryTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
|
| ReflectionFactoryTest::providerGetInstanceArguments |
function |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
Data provider for testGetInstanceArguments. |
| ReflectionFactoryTest::testCreateInstance |
function |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
Tests create instance. |
| ReflectionFactoryTest::testGetInstanceArguments |
function |
core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php |
Tests get instance arguments. |
| ReflectionTest |
class |
core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php |
Tests Drupal\Component\Utility\Reflection. |
| ReflectionTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php |
|
| ReflectionTest::existsForTesting |
function |
core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php |
This method exists for reflection testing only. |
| ReflectionTest::providerGetParameterClassName |
function |
core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php |
Data provider for ::testGetParameterClassName(). |
| ReflectionTest::testGetParameterClassName |
function |
core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php |
Tests get parameter class name. |
| RegexDirectoryIteratorTest |
class |
core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php |
Tests Drupal\Component\FileSystem\RegexDirectoryIterator. |
| RegexDirectoryIteratorTest.php |
file |
core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php |
|
| RegexDirectoryIteratorTest::providerTestRegexDirectoryIterator |
function |
core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php |
Provider for self::testRegexDirectoryIterator(). |
| RegexDirectoryIteratorTest::testRegexDirectoryIterator |
function |
core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php |
@legacy-covers ::accept |
| RegionalSettingsFormTest |
class |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
Tests the system_regional_settings form. |
| RegionalSettingsFormTest.php |
file |
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php |
|