Another configuration we will want to make to our settings.local.php file deals with test modules and themes. By default, our local settings file enables the display of various modules and themes meant for testing purposes only. We can disable them by changing the following TRUE value to FALSE:
$settings['extension_discovery_scan_tests'] = FALSE;
With these changes made, we will want to make sure that we save our settings.local.php file.