You are here

function coder_review_simpletest in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_review/coder_review.module \coder_review_simpletest()

Implements hook_simpletest().

File

coder_review/coder_review.module, line 913
Developer module to assist with coder reviews and API upgrade suggestions.

Code

function coder_review_simpletest() {
  return array_keys(file_scan_directory(_coder_review_file_path() . '/tests', '/\\.test/'));
}