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
SerializerTest class core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php Tests the JSON:API serializer.
SerializerTest class core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php Tests Drupal\rest\Plugin\views\style\Serializer.
SerializerTest.php file core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php
SerializerTest.php file core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
SerializerTest::$displayHandler property core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php The RestExport display handler.
SerializerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php Modules to install.
SerializerTest::$node property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php An entity for testing.
SerializerTest::$resourceType property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php A resource type for testing.
SerializerTest::$sut property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php The subject under test.
SerializerTest::$user property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php A user.
SerializerTest::$view property core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php The View instance.
SerializerTest::setUp function core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php
SerializerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php
SerializerTest::testFallbackNormalizer function core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php Tests fallback normalizer.
SerializerTest::testSerializerReceivesOptions function core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php Tests that the symfony serializer receives style plugin from the render() method.
ServiceClassDriverTestMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceDeprecationTest class core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Test whether deprecation notices are triggered via \Drupal::service().
ServiceDeprecationTest.php file core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php
ServiceDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php The theme to install as the default for testing.
ServiceDeprecationTest::$modules property core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Modules to install.
ServiceDeprecationTest::testGetDeprecated function core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Tests get deprecated.
ServiceDeprecationTest::testGetDeprecatedAlias function core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Tests get deprecated service via the alias.
ServiceDeprecationTest::testNoDeprecations function core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Tests just installing the module does not trigger deprecation notices.
ServiceDestructionTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Tests that services are correctly destructed.
ServiceDestructionTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php
ServiceDestructionTest::testDestructableServicesOrder function core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Tests destructable services order.
ServiceDestructionTest::testDestructionUnused function core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Verifies that services are not unnecessarily destructed when not used.
ServiceDestructionTest::testDestructionUsed function core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Verifies that services are destructed when used.
ServiceProviderTest class core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests service provider registration to the DIC.
ServiceProviderTest.php file core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php
ServiceProviderTest::$modules property core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Modules to install.
ServiceProviderTest::register function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Registers test-specific services.
ServiceProviderTest::testServiceProviderRegistration function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests that services provided by module service providers get registered to the DIC.
ServiceProviderTest::testServiceProviderRegistrationDynamic function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests that the DIC keeps up with module enable/disable in the same request.
ServiceProviderTestServiceProvider class core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php Service provider for service provider testing module.
ServiceProviderTestServiceProvider.php file core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php
ServiceProviderTestServiceProvider::alter function core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php Modifies existing service definitions.
ServiceProviderWebTest class core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php Tests service provider registration to the DIC.
ServiceProviderWebTest class core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php Tests service provider registration to the DIC.
ServiceProviderWebTest.php file core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php
ServiceProviderWebTest.php file core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
ServiceProviderWebTest::$defaultTheme property core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php The theme to install as the default for testing.
ServiceProviderWebTest::$modules property core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php Modules to install.
ServiceProviderWebTest::$modules property core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php Modules to install.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration function core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php Tests that module service providers get registered to the DIC.
ServiceProviderWebTest::testServiceProviderRegistrationIntegration function core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php Tests that module service providers get registered to the DIC.
ServicesDefaultsTest class core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php Tests services _defaults definition.
ServicesDefaultsTest.php file core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php
ServicesDefaultsTest::$modules property core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php Modules to install.
ServicesDefaultsTest::testAutowiring function core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php Tests that 'services_defaults_test.service' has its dependencies injected.

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