diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-08-31 11:43:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-08-31 11:43:41 +0000 |
commit | 382f4a8c5fc7d60dd1b27f204db16947f6198c16 (patch) | |
tree | dd28a5320ad77562b0a6a625a23026d7a50a74d2 /modules/simpletest/tests/database_test.info | |
parent | df4b23bfee6f6db2226da06e937687b187b521c5 (diff) | |
download | brdo-382f4a8c5fc7d60dd1b27f204db16947f6198c16.tar.gz brdo-382f4a8c5fc7d60dd1b27f204db16947f6198c16.tar.bz2 |
#276276 by Crell and florbuit: New database system unit tests. WOOHOO! :D
Diffstat (limited to 'modules/simpletest/tests/database_test.info')
-rw-r--r-- | modules/simpletest/tests/database_test.info | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/simpletest/tests/database_test.info b/modules/simpletest/tests/database_test.info new file mode 100644 index 000000000..406dfbbcb --- /dev/null +++ b/modules/simpletest/tests/database_test.info @@ -0,0 +1,8 @@ +; $Id$ +name = "Database Test" +description = "Support module for Database layer tests." +core = 7.x +package = Testing +files[] = database_test.module +version = VERSION +hidden = TRUE |