You are here

namespace Drupal\Tests\Core\Plugin\Discovery in Drupal 8

Same name in other branches
  1. 9 Drupal\Tests\Core\Plugin\Discovery
Classsort descending Location Description
ContainerDerivativeDiscoveryDecoratorTest core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator @group Plugin
DerivativeDiscoveryDecoratorTest core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Unit tests for the derivative discovery decorator.
HookDiscoveryTest core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\HookDiscovery @group Plugin
TestContainerDerivativeDiscovery core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Defines container test derivative discovery.
TestDerivativeDiscovery core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Defines test derivative discovery.
TestDerivativeDiscoveryWithObject core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php Defines test derivative discovery using an object..
YamlDirectoryDiscoveryTest core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\YamlDirectoryDiscovery
YamlDiscoveryDecoratorTest core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php YamlDiscoveryDecorator unit tests.
YamlDiscoveryTest core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php @coversDefaultClass \Drupal\Core\Plugin\Discovery\YamlDiscovery @group Plugin