Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Sep 2014 at 05:26 UTC
Updated:
7 Oct 2014 at 09:50 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
tstoecklerAs I mentioned in #2327095: Document how to allow test module and theme installation in example.settings.local.php I would much prefer to just collapse that details element by default. Attached patch does that. Even though we now have that setting documented, I'm not sure how many developers will find that, especially when using
drush en.Comment #2
webchickYeah, I guess that's a fair point, though I have never personally used that method of debugging.
I prefer my patch, but this approach works as well.
Comment #3
webchickComment #4
alexpottI don't think copying the test module around is a good thing to teach new developers - since they'll have fun with git and new files and diffing any changes. Going for the patch in #1. Discoverability of example.settings.local.php is problematic for new developers let alone this specific setting. Personally I feel the installer should have a developer profile or checkbox that sets up the environment in a developer friendly way.
Committed 829715b and pushed to 8.0.x. Thanks!