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. *