From 4710e6fe7ab13f6400e2eb598986280ef383053a Mon Sep 17 00:00:00 2001 From: sun Date: Sat, 21 Apr 2012 01:04:58 +0200 Subject: [PATCH] - #1541298 by sun: Remove Node module dependency from Testing profile. --- profiles/testing/testing.info | 2 -- profiles/testing/testing.install | 5 ----- 2 files changed, 0 insertions(+), 7 deletions(-) diff --git a/profiles/testing/testing.info b/profiles/testing/testing.info index fff3df2..8e353ed 100644 --- a/profiles/testing/testing.info +++ b/profiles/testing/testing.info @@ -3,5 +3,3 @@ description = Minimal profile for running tests. Includes absolutely required mo version = VERSION core = 8.x hidden = TRUE -; @todo Remove dependency on Node module. -dependencies[] = node diff --git a/profiles/testing/testing.install b/profiles/testing/testing.install index bdd6154..afd6d1c 100644 --- a/profiles/testing/testing.install +++ b/profiles/testing/testing.install @@ -14,9 +14,4 @@ function testing_install() { // Allow visitor account creation, but with administrative approval. variable_set('user_register', USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL); - - // Enable default permissions for system roles. - // @todo Remove dependency on Node module. - user_role_grant_permissions(DRUPAL_ANONYMOUS_RID, array('access content')); - user_role_grant_permissions(DRUPAL_AUTHENTICATED_RID, array('access content')); } -- 1.7.6.msysgit.0