public static function PageNotFoundTestCase::getInfo
Implement getInfo().
Archivo
- drupal-7.x/
modules/ system/ system.test, line 976 - Tests for system.module.
Class
Código
public static function getInfo() {
return array(
'name' => '404 functionality',
'description' => "Tests page not found functionality, including custom 404 pages.",
'group' => 'System',
);
}