public static function AnnotatedClassDiscoveryTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php, line 17
Definition of Drupal\system\Tests\Plugin\Discovery\AnnotatedClassDiscoveryTest.

Class

AnnotatedClassDiscoveryTest
Tests that plugins with annotated classes are correctly discovered.

Namespace

Drupal\system\Tests\Plugin\Discovery

Code

public static function getInfo() {
  return array(
    'name' => 'Annotated class discovery',
    'description' => 'Tests that plugins are correctly discovered using annotated classes.',
    'group' => 'Plugin API',
  );
}