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
ProviderRepositoryTest::testCorruptProviderIgnored function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests a successful fetch but with a single corrupt item.
ProviderRepositoryTest::testEmptyProviderList function core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php Tests that provider discovery fails if the provider database is empty.
ProviderRepositoryTest::testInvalidResponse function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests handling of invalid JSON when fetching the provider database.
ProviderRepositoryTest::testNonExistingProviderDatabase function core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php Tests that provider discovery fails with a non-existent provider database.
ProviderRepositoryTest::testRequestException function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests handling of exceptions when fetching the provider database.
ProviderRepositoryTest::testSuccessfulFetch function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests that a successful fetch stores the provider database in key-value.
ProxyBuilderTest class core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Tests Drupal\Core\ProxyBuilder\ProxyBuilder.
ProxyBuilderTest class core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests Drupal\Component\ProxyBuilder\ProxyBuilder.
ProxyBuilderTest.php file core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest.php file core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::$proxyBuilder property core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php The tested proxy builder.
ProxyBuilderTest::$proxyBuilder property core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php The tested proxy builder.
ProxyBuilderTest::buildExpectedClass function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Constructs the expected class output.
ProxyBuilderTest::buildExpectedClass function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Constructs the expected class output.
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::testBuildComplexMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildParameter
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildComplexMethod function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Tests build complex method.
ProxyBuilderTest::testBuildMethodWithParameter function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildParameter
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildNoMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests the basic methods like the constructor and the lazyLoadItself method.
ProxyBuilderTest::testBuildProxyClassName function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests build proxy class name.
ProxyBuilderTest::testBuildProxyClassNameForModule function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests build proxy class name for module.
ProxyBuilderTest::testBuildProxyNamespace function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests build proxy namespace.
ProxyBuilderTest::testBuildReturnReference function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildServiceMethodReturnsVoid function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildSimpleMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildWithInterface function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildParameter
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildWithNestedInterface function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests build with nested interface.
ProxyBuilderTest::testBuildWithNullableSelfTypeHint function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildParameter
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildWithProtectedAndPrivateMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildParameter
@legacy-covers ::buildMethodBody
ProxyBuilderTest::testBuildWithPublicStaticMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @legacy-covers ::buildMethod
@legacy-covers ::buildParameter
@legacy-covers ::buildMethodBody
ProxyServicesPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass.
ProxyServicesPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
ProxyServicesPassTest::$proxyServicesPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php The tested proxy services pass.
ProxyServicesPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
ProxyServicesPassTest::testContainerWithLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container with lazy services.
ProxyServicesPassTest::testContainerWithLazyServicesWithoutProxyClass function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container with lazy services without proxy class.
ProxyServicesPassTest::testContainerWithoutLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container without lazy services.
PsrResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests Drupal\Core\EventSubscriber\PsrResponseSubscriber.
PsrResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
PsrResponseSubscriberTest::$httpFoundationFactoryMock property core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php The tested path root subscriber.
PsrResponseSubscriberTest::$psrResponseSubscriber property core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php The tested path root subscriber.
PsrResponseSubscriberTest::createEvent function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Sets up an event that returns $controllerResult.
PsrResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
PsrResponseSubscriberTest::testConvertsControllerResult function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests altering and finished event.
PsrResponseSubscriberTest::testConvertsNonSeekableBodyWithStreaming function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests that a non-seekable body results in a streamed response.
PsrResponseSubscriberTest::testConvertsSeekableBodyWithoutStreaming function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests that a seekable body results in a non-streamed response.
PsrResponseSubscriberTest::testDoesNotConvertControllerResult function core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php Tests altering and finished event.
PublishActionTest class core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php Tests Publish Action.
PublishActionTest.php file core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php

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