Problem/Motivation
A patch was recently committed that broke all multisite installations due to the reversal of parameters to a newly-added function.
Proposed resolution
There should be some way to test basic multisite functionality so that this kind of trivial error doesn't sneak into core the next time.
Remaining tasks
A patch needs to be written, discussed, approved, and committed.
User interface changes
None.
API changes
New functions need to be added to DrupalTestCase and/or its subclasses to implement testing functionality.
The testing functionality needs to be supported by testbots.
Comments
Comment #1
pillarsdotnet commentedSee related (duplicate?) #1117308: It should be possible to test things that depend on base_path() and conf_path()
And #1295046: Determine testing status of multisite installs (and if it is possible)