aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/structure/SettingsTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* Use MediaWikiIntegrationTestCase::getConfVar in testsFomafix2024-08-061-1/+1
* Use constants provided by MainConfigNames for config namesFunc2024-05-181-1/+1
* objectcache: Introduce `ObjectCacheFactory` MW serviceDerick Alangi2024-03-191-11/+0
* Update references to config-vars.phpDannyS7122023-09-231-1/+1
* Make Shell::makeScriptCommand use run.phpdaniel2023-07-251-2/+2
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-7/+7
* Move config-vars.php to docs, since it's documentation.daniel2023-03-021-1/+1
* Maintenance scripts: show a warning when run directly.daniel2023-01-041-3/+7
* Settings: Introduce SettingsBuilder::getInstance to avoid $wgSettingsdaniel2022-11-171-8/+4
* Settings: add support for obsolete configdaniel2022-10-141-0/+11
* SettingsTest: check that the current config didn't trigger warnings.daniel2022-07-221-0/+9
* Fix type declarations in MainConfigSchemadaniel2022-07-151-0/+9
* Dynamic defaults: fix $wgLocaltimezone being emptydaniel2022-07-091-0/+8
* Remove 'ignoreKeys' from config schemaLucas Werkmeister2022-07-061-8/+5
* Fix typosTim Starling2022-06-301-2/+2
* Add support for nested property schemas in MainConfigSchema.daniel2022-06-291-12/+51
* Settings: Generate schema artefacts using a single maintenance scriptdaniel2022-06-051-6/+7
* Merge "Settings: Add remaining schema info to config-schema.php"jenkins-bot2022-05-181-1/+0
|\
| * Settings: Add remaining schema info to config-schema.phpdaniel2022-05-171-1/+0
* | Turn DefaultSettings.php into a deprecated stubdaniel2022-05-171-3/+24
|/
* Skip failing structure test in SettingsTestLucas Werkmeister2022-05-061-0/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-18/+19
* phpunit: Revert "testConfigGeneration" structure test to simpler versiondaniel2022-03-241-12/+5
* Merge "Generate config name constants."jenkins-bot2022-03-181-0/+4
|\
| * Generate config name constants.daniel2022-03-181-0/+4
* | Merge "Generate DefaultSettings.php from schema"jenkins-bot2022-03-181-5/+15
|\|
| * Generate DefaultSettings.php from schemadaniel2022-03-181-5/+15
* | Merge "Use class constants to define config schema, rather than config-schema...jenkins-bot2022-03-181-27/+27
|\|
| * Use class constants to define config schema, rather than config-schema.yamldaniel2022-03-171-27/+27
* | Add convenience methods for asserting status.daniel2022-03-161-14/+2
|/
* Fix edge cases in schema validation.daniel2022-03-081-21/+28
* Remove deprecated alias $wgStyleSheetPathdaniel2022-03-041-1/+0
* tests: Make the error message of SettingsTest more informativeAmir Sarabadani2022-03-031-1/+2
* config-schema: Define types for all arrays.daniel2022-02-231-12/+394
* Add simple configuration doc generatorPetr Pchelko2022-02-091-12/+21
* Do not rely on $IP in DefaultSettings.phpdaniel2022-02-031-12/+4
* Add pre-generator for config-schema.phpPetr Pchelko2022-02-031-2/+34
* First pass on creating config-schema.yamlPetr Pchelko2022-01-191-0/+102