diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-01 08:39:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-01 08:39:56 +0000 |
commit | fb125851a3cc5aa494ee315a5d7d129e2995a81f (patch) | |
tree | 2ce7881a22bba6bbd5cd97c211f88dfb6e483ed9 /modules/simpletest/tests/module_test.info | |
parent | 8eb8dcc8425295d1a4278613031812bff7d98c15 (diff) | |
download | brdo-fb125851a3cc5aa494ee315a5d7d129e2995a81f.tar.gz brdo-fb125851a3cc5aa494ee315a5d7d129e2995a81f.tar.bz2 |
- Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: automatically clean the {role_permission} table when modules are uninstalled.
Diffstat (limited to 'modules/simpletest/tests/module_test.info')
-rw-r--r-- | modules/simpletest/tests/module_test.info | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/simpletest/tests/module_test.info b/modules/simpletest/tests/module_test.info new file mode 100644 index 000000000..09a2afa67 --- /dev/null +++ b/modules/simpletest/tests/module_test.info @@ -0,0 +1,8 @@ +; $Id$ +name = "Module test" +description = "Support module for module system testing." +package = Testing +version = VERSION +core = 7.x +files[] = module_test.module +hidden = TRUE |