public static function PageNotFoundTestCase::getInfo

7.x system.test public static PageNotFoundTestCase::getInfo()

Implement getInfo().

File

drupal-7.x/modules/system/system.test, line 976
Tests for system.module.

Class

PageNotFoundTestCase

Code

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