public static function MainContentFallbackTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php, line 27
Definition of Drupal\system\Tests\System\MainContentFallbackTest.

Class

MainContentFallbackTest
Test main content rendering fallback provided by system module.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Main content rendering fallback',
    'description' => ' Test system module main content rendering fallback.',
    'group' => 'System',
  );
}