Issue #2327095 by tstoeckler: Document how to allow test module and theme installation in example.settings.local.php.

8.0.x
Alex Pott 2014-09-08 13:25:04 +01:00
parent 71d247919f
commit 29c4def340
1 changed files with 9 additions and 0 deletions

View File

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