public static function EditorLoadingTest::getInfo

File

drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php, line 24
Definition of \Drupal\editor\Tests\EditorLoadingTest.

Class

EditorLoadingTest
Tests loading of text editors.

Namespace

Drupal\editor\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Text editor loading',
    'description' => 'Tests loading of text editors.',
    'group' => 'Text Editor',
  );
}