public function CustomerrorPageNotFoundTest::getInfo in Customerror 6
Implements getInfo().
File
- tests/
pagenotfound.test, line 13 - Automated tests CustomError.
Class
- CustomerrorPageNotFoundTest
- @file Automated tests CustomError.
Code
public function getInfo() {
return array(
'name' => '404 Page not found',
'desc' => 'Check that the custom error message is displayed when a page is not found.',
'group' => 'CustomError',
);
}