public static function PageNotFoundTest::getInfo

File

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

Class

PageNotFoundTest

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => '404 functionality',
    'description' => "Tests page not found functionality, including custom 404 pages.",
    'group' => 'System',
  );
}