SiteConfiguration: Clean up test cases
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 24 Apr 2018 17:28:43 +0000 (18:28 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 24 Apr 2018 17:31:30 +0000 (18:31 +0100)
commit0b13be8a8ed031531998831c194bb4d7b8f1c860
tree43c0518eaa193337af7c791e6524e0a010a5d53b
parent86cf7f19229fb0efe916a0f0f6db853b647b5002
SiteConfiguration: Clean up test cases

Make a clear distinction between names of configuration keys,
and "magic" keys that relate to SiteConfiguration class options.

Previously words like 'tag', 'wiki', and 'params' were over-used
in the test fixture making it very hard to see what is what.

Change all the configuration keys to camelcase so that 'WithParams'
and 'params' are different strings.

Change-Id: I279e57e30fb0a858ffd1f883f0601e96354ddead
tests/phpunit/includes/SiteConfigurationTest.php