summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module')
-rw-r--r--modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module b/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module
new file mode 100644
index 000000000..37aa94eb8
--- /dev/null
+++ b/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module
@@ -0,0 +1,6 @@
+<?php
+
+/**
+ * @file
+ * Test module to check code registry.
+ */