wiki.techinc.nl/tests/phpunit/data/registration
Florian Schmidt 45cebbe9f6 registration: Validate no duplicate keys exist in extension.json
The JSON specification permits duplicate keys, but doing so is almost
always nearly a mistake.

We can use the JSON lint library (added as
dev-requirement to composer), which is now also used to decode the
JSON (as it's the same step as validating the JSON).

Bug: T153507
Change-Id: Ia713a1906169333c1aa2aebdc0ed060d26428d72
2018-07-18 09:29:43 +00:00
..
autoload_namespaces.json registration: Initialize PSR-4 namespaces at same stage as normal autoloader 2018-05-30 13:07:42 -07:00
bad_spdx.json
bad_url.json
bad_url2.json
duplicate_keys.json registration: Validate no duplicate keys exist in extension.json 2018-07-18 09:29:43 +00:00
good.json Improve ExtensionRegistry test coverage 2018-05-27 20:36:41 -07:00
invalid.json
newer_manifest_version.json
no_manifest_version.json
notjson.txt
old_manifest_version.json