function PageNotFoundTestCase::getInfo

Implement getInfo().

File

modules/system/system.test, line 1139

Class

PageNotFoundTestCase

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.