You are here

public static function QuickEditLoadingTest::getInfo in Quick Edit 7

File

./quickedit.test, line 20
Tests loading of Quick Edit and lazy-loading of in-place editors.

Class

QuickEditLoadingTest
Tests loading of Quick Edit and lazy-loading of in-place editors.

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' => 'Quick Edit',
  );
}