Skip to content
Snippets Groups Projects
Commit edf49062 authored by bcweaver's avatar bcweaver
Browse files

Turn off 'extension_discovery_scan_tests' flag in settings.local.php

parent 7490d1d2
No related merge requests found
......@@ -105,7 +105,7 @@
$config['system.performance']['js']['preprocess'] = FALSE;
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
$settings['extension_discovery_scan_tests'] = TRUE;
$settings['extension_discovery_scan_tests'] = FALSE;
}
else if ( $_SERVER['HTTP_HOST'] == 'ascbsc.osu.edu' ||
$_SERVER['HTTP_HOST'] == 'intranet.asc.ohio-state.edu' ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment