Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
bootstrap system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Nov 2016 at 15:41 UTC
Updated:
8 Apr 2017 at 10:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kentr commentedComment #3
kentr commentedComment #4
kentr commentedComment #5
kentr commentedComment #6
ndobromirov commentedNeeds test.
Comment #7
kentr commentedChanging to "unassigned" since I won't be able to work on it for a while.
Comment #9
ekes commentedAdded a test.
Comment #10
klausiI know you copied the exception logic from further above, but this is really verbose and not necessary. We can just call setSitePath() again and add a nice comment above from the assertFalse(). If the exception is thrown then the test fails because phpunit catches it.
Comment #11
ekes commentedMakes sense.
Comment #12
ekes commentedOops. Now the patch and the test.
Comment #13
klausiCool, thanks!
Comment #15
alexpottCommitted 16842fc and pushed to 8.4.x. Thanks!