/** * Clears the cached site root. Mostly used for unit tests. */ public static function clearSiteRoot() { self::$wwwRoot = null; }