wiki.techinc.nl/tests/phpunit/unit/includes/installer
Máté Szabó 3263182512 installer: Consistently use double quotes when outputting settings
Why:

- The installer feeds several user-provided values, such as the site
  name, directly into LocalSettingsGenerator.
- There, these get passed through escapePhpString(), the output of which
  is safe when rendered into a double-quoted string, but fails if the
  input string contained single quotes and was rendered into a
  single-quoted string.

What:

- Consistently output all strings in LocalSettingsGenerator as
  double-quoted strings.

Bug: T372569
Change-Id: I27bb3c31d8e9957b4880d0faba8b79d121126a11
2024-09-27 14:53:46 +02:00
..
InstallDocFormatterTest.php
LocalSettingsGeneratorTest.php installer: Consistently use double quotes when outputting settings 2024-09-27 14:53:46 +02:00
PingbackTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
SqliteInstallerTest.php