Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.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
RestResourceConfigXmlCookieTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php The format to use in this test.
RestResourceConfigXmlCookieTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php The MIME type that corresponds to $format.
RestTestConstraint class core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php Adds some validations for a REST test field.
RestTestConstraint.php file core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php
RestTestConstraint::__construct function core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php #[HasNamedArguments]
RestTestConstraintValidator class core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php Validator for \Drupal\rest_test\Plugin\Validation\Constraint\RestTestConstraint.
RestTestConstraintValidator.php file core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php
RestTestConstraintValidator::validate function core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php
RestTestHooks class core/modules/rest/tests/modules/rest_test/src/Hook/RestTestHooks.php Hook implementations for rest_test.
RestTestHooks.php file core/modules/rest/tests/modules/rest_test/src/Hook/RestTestHooks.php
RestTestHooks::entityBaseFieldInfo function core/modules/rest/tests/modules/rest_test/src/Hook/RestTestHooks.php Implements hook_entity_base_field_info().
RestTestHooks::entityFieldAccess function core/modules/rest/tests/modules/rest_test/src/Hook/RestTestHooks.php Implements hook_entity_field_access().
RestTestViewsHooks class core/modules/rest/tests/modules/rest_test_views/src/Hook/RestTestViewsHooks.php Hook implementations for rest_test_views.
RestTestViewsHooks.php file core/modules/rest/tests/modules/rest_test_views/src/Hook/RestTestViewsHooks.php
RestTestViewsHooks::viewsPostExecute function core/modules/rest/tests/modules/rest_test_views/src/Hook/RestTestViewsHooks.php Implements hook_views_post_execute().
rest_test.authentication.test_auth service core/modules/rest/tests/modules/rest_test/rest_test.services.yml Drupal\rest_test\Authentication\Provider\TestAuth
rest_test.authentication.test_auth_global service core/modules/rest/tests/modules/rest_test/rest_test.services.yml Drupal\rest_test\Authentication\Provider\TestAuthGlobal
rest_test.encoder.foobar service core/modules/rest/tests/modules/rest_test/rest_test.services.yml Drupal\serialization\Encoder\JsonEncoder
rest_test.info.yml file core/modules/rest/tests/modules/rest_test/rest_test.info.yml core/modules/rest/tests/modules/rest_test/rest_test.info.yml
rest_test.page_cache_request_policy.deny_test_auth_requests service core/modules/rest/tests/modules/rest_test/rest_test.services.yml Drupal\rest_test\PageCache\RequestPolicy\DenyTestAuthRequests
rest_test.services.yml file core/modules/rest/tests/modules/rest_test/rest_test.services.yml core/modules/rest/tests/modules/rest_test/rest_test.services.yml
rest_test_views.info.yml file core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
ResultTest class core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests Drupal\views\Plugin\views\area\Result.
ResultTest.php file core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php
ResultTest::$resultHandler property core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php The Result handler.
ResultTest::$view property core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php The view executable object.
ResultTest::providerTestResultArea function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Data provider for testResultArea.
ResultTest::setUp function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php
ResultTest::setupViewPager function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Sets up a mock pager on the view executable object.
ResultTest::testQuery function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests the query method.
ResultTest::testResultArea function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests the rendered output of the Result area handler.
ReverseContainerTest class core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php Tests the ReverseContainer class.
ReverseContainerTest.php file core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php
ReverseContainerTest::testGetId function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php Tests get id.
ReverseContainerTest::testRecordContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php Tests record container.
ReverseProxyMiddlewareTest class core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Unit test the reverse proxy stack middleware.
ReverseProxyMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::$mockHttpKernel property core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::reverseProxyEnabledProvider function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Data provider for testReverseProxyEnabled.
ReverseProxyMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php
ReverseProxyMiddlewareTest::testNoProxy function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber does not act when reverse proxy is not set.
ReverseProxyMiddlewareTest::testReverseProxyEnabled function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber sets trusted headers when reverse proxy is set.
ReverseProxyMiddlewareTest::trustedHeadersAreSet function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that trusted headers are set correctly.
RevisionableContentEntityBaseTest class core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Test the revision system.
RevisionableContentEntityBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
RevisionableContentEntityBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Modules to install.
RevisionableContentEntityBaseTest::assertItemsTableCount function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Asserts the amount of items on entity related tables.
RevisionableContentEntityBaseTest::createRevision function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Creates a new revision in the entity of this test class.
RevisionableContentEntityBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
RevisionableContentEntityBaseTest::testRevisionableContentEntity function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Tests the correct functionality CRUD operations of entity revisions.

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