From 29c4def340788bdf33e52c90059bfc31112a36cb Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 8 Sep 2014 13:25:04 +0100 Subject: [PATCH] Issue #2327095 by tstoeckler: Document how to allow test module and theme installation in example.settings.local.php. --- sites/example.settings.local.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sites/example.settings.local.php b/sites/example.settings.local.php index 6bf2fd705e4..7859fe50219 100644 --- a/sites/example.settings.local.php +++ b/sites/example.settings.local.php @@ -37,6 +37,15 @@ $config['system.performance']['js']['preprocess'] = FALSE; */ $settings['cache']['bins']['render'] = 'cache.backend.null'; +/** + * Allow test modules and themes to be installed. + * + * Drupal ignores test modules and themes by default for performance reasons. + * During development it can be useful to install test extensions for debugging + * purposes. + */ +$settings['extension_discovery_scan_tests'] = TRUE; + /** * Enable access to rebuild.php. *