public static function EditorManagerTest::getInfo

File

drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php, line 33
Definition of \Drupal\editor\Tests\EditorManagerTest.

Class

EditorManagerTest
Unit tests for the configurable text editor manager.

Namespace

Drupal\editor\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Text editor manager',
    'description' => 'Tests detection of text editors and correct generation of attachments.',
    'group' => 'Text Editor',
  );
}