You are here

function coder_simpletest in Coder 6

Same name and namespace in other branches
  1. 6.2 coder.module \coder_simpletest()

Implementation of hook_simpletest().

File

./coder.module, line 1669
Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.

Code

function coder_simpletest() {
  return array_keys(file_scan_directory(drupal_get_path('module', 'coder') . '/tests', '\\.test'));
}