You are here

15 calls to TaggedHandlersPassTest::buildContainer() in Drupal 8

TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessInterfaceMismatch in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer method with priority and extra parameters in different order.
TaggedHandlersPassTest::testProcessWithExtraArguments in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer method with extra parameters.
TaggedHandlersPassTest::testProcessWithIdAndExtraArguments in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer method with priority, id and extra parameters.
TaggedHandlersPassTest::testProcessWithIdParameter in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests consumer method with an ID parameter.
TaggedHandlersPassTest::testserviceIdProcess in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests one consumer and two handlers with service ID collection.
TaggedHandlersPassTest::testserviceIdProcessPriority in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
Tests handler priority sorting for service ID collection.