public static function PageNotFoundTestCase::getInfo in Drupal 7
Implement getInfo().
File
- modules/
system/ system.test, line 1113 - Tests for system.module.
Class
Code
public static function getInfo() {
return array(
'name' => '404 functionality',
'description' => "Tests page not found functionality, including custom 404 pages.",
'group' => 'System',
);
}