public static function CustomAnnotationClassDiscoveryTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php, line 19
Contains \Drupal\system\Tests\Plugin\Discovery\CustomAnnotationClassDiscoveryTest.

Class

CustomAnnotationClassDiscoveryTest
Tests that a custom annotation class is used.

Namespace

Drupal\system\Tests\Plugin\Discovery

Code

public static function getInfo() {
  return array(
    'name' => 'Custom annotation class discovery',
    'description' => 'Tests that a custom annotation class is used.',
    'group' => 'Plugin API',
  );
}