stable

Clone or download

Read-only

feat(forge-config): Default value from attributes (core)

Configuration variables defined in Core can now declare a default value. Plugin part will be done in a dedicated commit. Part of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: I586938c59bebc373380082453850bb71f9d91e31

Modified Files

Name
M src/common/Config/ConfigurationVariables.php +2 −2 Go to diff View file
M src/common/Config/ForgeConfig.php +8 −8 Go to diff View file
M src/common/Config/GetConfigKeys.php +14 −4 Go to diff View file
M src/etc/local.inc.dist +0 −4 Go to diff View file
M tests/unit/common/Config/ForgeConfigTest.php +98 −40 Go to diff View file