public static function EditLoadingTest::getInfo

File

drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php, line 27
Contains \Drupal\edit\Tests\EditLoadingTest.

Class

EditLoadingTest
Tests loading of Edit and lazy-loading of in-place editors.

Namespace

Drupal\edit\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'In-place editing loading',
    'description' => 'Tests loading of in-place editing functionality and lazy loading of its in-place editors.',
    'group' => 'Edit',
  );
}