function PageNotFoundTest::get_info in Customerror 5
File
- tests/
pagenotfound.test, line 4
Class
Code
function get_info() {
return array(
'name' => t('404 Page not found'),
'desc' => t('Check that the custom error message is displayed when a page is not found.'),
'group' => t('CustomError'),
);
}