From f973779affa3c352f086a37d3c94f9b074eb4c77 Mon Sep 17 00:00:00 2001 From: Marco Villegas Date: Wed, 27 Aug 2014 13:58:35 -0500 Subject: [PATCH] Issue #2328667 by marvil07: Documents extension_discovery_scan_tests setting. --- sites/example.settings.local.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sites/example.settings.local.php b/sites/example.settings.local.php index 6bf2fd7..770750a 100644 --- a/sites/example.settings.local.php +++ b/sites/example.settings.local.php @@ -46,3 +46,11 @@ * using these parameters in a request to rebuild.php. */ $settings['rebuild_access'] = TRUE; + +/** + * Do not exclude test extensions on extension discovery. + * + * This setting enables the inclusion of test extensions during the extension + * discovery; i.e. force discover of modules under the 'tests' directory. + */ +$settings['extension_discovery_scan_tests'] = TRUE; -- 1.7.10.4