Index: coder.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/coder/coder.module,v
retrieving revision 1.88.2.23
diff -u -p -r1.88.2.23 coder.module
--- coder.module	10 Feb 2008 19:58:19 -0000	1.88.2.23
+++ coder.module	16 Feb 2008 04:44:44 -0000
@@ -647,7 +647,7 @@ function coder_page_form($form_state) {
                 $coder_args['#php_minor'] = 1;
               }
               $dups[$path] = 1;
-              $includefiles = drupal_system_listing('.*\.(inc|php|install)$', $path, 'filename', 0);
+              $includefiles = drupal_system_listing('.*\.(inc|php|test|install)$', $path, 'filename', 0);
               $stats[$filename]['#includes'] = _coder_page_form_includes($form, $coder_args, $name, $includefiles, $offset);
             }
           }
