You are here

function customerror_simpletest in Customerror 5

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

Implementation of hook_simpletest().

File

./customerror.module, line 144
Enables custom 404 (not found) and 403 (access denied) pages in Drupal with no need for creating real nodes under taxonomies

Code

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