Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.21
-
Fix Version/s: 4.7.23
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
We continue to struggle with situations where symlinks make drupal hard to bootstrap in tests. I discussed adding an easy work-around with Tim on MM - basically
cmsrootpath function would do
if (defined('CMS_ROOT')) {
return CMS_ROOT;
}