You are here

function customerror_simpletest in Customerror 6

Same name and namespace in other branches
  1. 5 customerror.module \customerror_simpletest()

Implements hook_simpletest().

File

./customerror.module, line 177
Enables custom 404 (not found) and 403 (access denied) pages in Drupal.

Code

function customerror_simpletest() {
  return array_keys(file_scan_directory(drupal_get_path('module', 'customerror') . '/tests', '\\.test$'));
}