Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
RedirectDestinationTest::setupUrlGenerator function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php
RedirectDestinationTest::testGet function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php Tests destination passed via $_GET.
RedirectDestinationTest::testGetAsArray function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @dataProvider providerGet
RedirectDestinationTest::testSetAfterGetCall function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @covers ::set[[api-linebreak]]
@covers ::get[[api-linebreak]]
RedirectDestinationTest::testSetBeforeGetCall function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @covers ::set[[api-linebreak]]
@covers ::get[[api-linebreak]]
RedirectOnExceptionTest class core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php Tests redirects on exception pages.
RedirectOnExceptionTest.php file core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RedirectOnExceptionTest::$modules property core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php Modules to enable.
RedirectOnExceptionTest::setUp function core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RedirectOnExceptionTest::testRedirectOn404 function core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RedirectResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\RedirectResponseSubscriber[[api-linebreak]]
@group EventSubscriber
RedirectResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php
RedirectResponseSubscriberTest::$requestContext property core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php The mocked request context.
RedirectResponseSubscriberTest::$urlAssembler property core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php The mocked request context.
RedirectResponseSubscriberTest::providerTestDestinationRedirect function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php Data provider for testDestinationRedirect().
RedirectResponseSubscriberTest::providerTestDestinationRedirectToExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php Data provider for testDestinationRedirectToExternalUrl().
RedirectResponseSubscriberTest::providerTestDestinationRedirectWithInvalidUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php Data provider for testDestinationRedirectWithInvalidUrl().
RedirectResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php
RedirectResponseSubscriberTest::testDestinationRedirect function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php Test destination detection and redirection.
RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @dataProvider providerTestDestinationRedirectToExternalUrl
RedirectResponseSubscriberTest::testDestinationRedirectWithInvalidUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @dataProvider providerTestDestinationRedirectWithInvalidUrl
RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @covers ::checkRedirectUrl[[api-linebreak]]
RedirectTest class core/modules/views_ui/tests/src/Functional/RedirectTest.php Tests the redirecting after saving a views.
RedirectTest class core/modules/system/tests/src/Functional/Form/RedirectTest.php Tests form redirection functionality.
RedirectTest.php file core/modules/system/tests/src/Functional/Form/RedirectTest.php
RedirectTest.php file core/modules/views_ui/tests/src/Functional/RedirectTest.php
RedirectTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/RedirectTest.php The theme to install as the default for testing.
RedirectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/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 enable.
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 enable.
ReEnableModuleFieldTest::setUp function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::testReEnabledField function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Test the behavior of a field module after being disabled and re-enabled.
RefinableDependentAccessTraitTestClass class core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Test class that implements RefinableDependentAccessInterface.
ReflectionFactoryTest class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @group Plugin
@coversDefaultClass \Drupal\Component\Plugin\Factory\ReflectionFactory[[api-linebreak]]
ReflectionFactoryTest.php file core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.
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 @covers ::createInstance[[api-linebreak]]
@dataProvider providerGetInstanceArguments
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::getInstanceArguments[[api-linebreak]]
@dataProvider providerGetInstanceArguments
RegexDirectoryIteratorTest class core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php @coversDefaultClass \Drupal\Component\FileSystem\RegexDirectoryIterator[[api-linebreak]]
@group FileSystem
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 @covers ::accept[[api-linebreak]]
@dataProvider providerTestRegexDirectoryIterator
RegisterSerializationClassesCompilerPassTest class core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php @coversDefaultClass \Drupal\serialization\RegisterSerializationClassesCompilerPass[[api-linebreak]]
@group serialization

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.