updated mailgun, mailsystem, honeypot, googleanalitycs, features, content_taxonomy

This commit is contained in:
2019-05-13 17:55:28 +02:00
parent 2ffad14939
commit e08a2639c6
54 changed files with 1911 additions and 423 deletions

View File

@@ -14,6 +14,7 @@ class FeaturesUserTestCase extends DrupalWebTestCase {
'name' => t('Component tests'),
'description' => t('Run tests for components of Features.') ,
'group' => t('Features'),
'dependencies' => array('views', 'strongarm'),
);
}
@@ -182,6 +183,7 @@ class FeaturesEnableTestCase extends DrupalWebTestCase {
'name' => t('Features enable tests'),
'description' => t('Run tests for enabling of features.') ,
'group' => t('Features'),
'dependencies' => array('views', 'strongarm'),
);
}
@@ -231,6 +233,7 @@ class FeaturesCtoolsIntegrationTest extends DrupalWebTestCase {
'name' => t('Features Chaos Tools integration'),
'description' => t('Run tests for ctool integration of features.') ,
'group' => t('Features'),
'dependencies' => array('views', 'strongarm'),
);
}

View File

@@ -21,9 +21,8 @@ features[user_permission][] = create features_test content
features[views_view][] = features_test
hidden = 1
; Information added by Drupal.org packaging script on 2016-04-18
version = "7.x-2.10"
; Information added by Drupal.org packaging script on 2018-11-01
version = "7.x-2.11"
core = "7.x"
project = "features"
datestamp = "1461011641"
datestamp = "1541050686"