You are here

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

Same name in other branches
  1. 9 Drupal\KernelTests\Core\Plugin\Discovery
Classsort descending Location Description
AnnotatedClassDiscoveryTest core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php Tests that plugins are correctly discovered using annotated classes.
CustomAnnotationClassDiscoveryTest core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php Tests that a custom annotation class is used.
CustomDirectoryAnnotatedClassDiscoveryTest core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php Tests that plugins in a custom directory are correctly discovered using annotated classes.
DiscoveryTestBase core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Base class for plugin discovery tests.
StaticDiscoveryTest core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php Tests that plugins using static discovery are correctly discovered.