| 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 |
|
| ServiceDeprecationTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php |
|
| 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 |
|
| ServiceProviderTest::register |
function |
core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ServicesDefaultsTest::testAutowiring |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that 'services_defaults_test.service' has its dependencies injected. |
| ServicesDefaultsTest::testDefaultTags |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that default tags for 'services_defaults_test.service' are applied. |
| ServicesDefaultsTest::testPrivateServices |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that service from 'services_defaults_test.service' is private. |
| ServicesTest |
class |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
Tests that Package Manager services are wired correctly. |
| ServicesTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
|
| ServicesTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
|
| ServicesTest::testPackageManagerServices |
function |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
Tests that Package Manager's public services can be instantiated. |
| services_defaults_test.info.yml |
file |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
| services_defaults_test.services.yml |
file |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
| services_default_test.no_autowire |
service |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
Drupal\services_defaults_test\TestService |
| services_default_test.no_autowire.arg |
service |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
Drupal\services_defaults_test\TestInjection |
| service_provider_test.info.yml |
file |
core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml |
core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml |