AnnotatedClassDiscoveryTest |
core/modules/system/src/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php |
Tests that plugins are correctly discovered using annotated classes. |
CustomAnnotationClassDiscoveryTest |
core/modules/system/src/Tests/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php |
Tests that a custom annotation class is used. |
CustomDirectoryAnnotatedClassDiscoveryTest |
core/modules/system/src/Tests/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php |
Tests that plugins in a custom directory are correctly discovered using
annotated classes. |
DiscoveryTestBase |
core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php |
Base class for plugin discovery tests. |
StaticDiscoveryTest |
core/modules/system/src/Tests/Plugin/Discovery/StaticDiscoveryTest.php |
Tests that plugins using static discovery are correctly discovered. |