public static function EditorSelectionTest::getInfo

File

drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php, line 32
Contains \Drupal\edit\Tests\EditorSelectionTest.

Class

EditorSelectionTest
Test in-place field editor selection.

Namespace

Drupal\edit\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'In-place field editor selection',
    'description' => 'Tests in-place field editor selection.',
    'group' => 'Edit',
  );
}