ExtensionRegistryTest: Illustrate priority in array_replace_recursive test case
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 30 Nov 2016 23:54:15 +0000 (18:54 -0500)
committerReedy <reedy@wikimedia.org>
Thu, 1 Dec 2016 00:27:33 +0000 (00:27 +0000)
commita8e20be5f39ee32f97f29b84a8f80e8f013ce1d4
tree99740dfd7c6fe1bc327b92467d7db1d3402681e3
parent31d71737fab609c488d813c4149ddd0569baf00e
ExtensionRegistryTest: Illustrate priority in array_replace_recursive test case

When two keys have conflicting values, the value from extension.json wins
when using this merge strategy.

Change-Id: I0222682f3b3fb08f80afc7dda677da7bbfe8e5d1
tests/phpunit/includes/registration/ExtensionRegistryTest.php