From 048b148edb6a0ed113f83e6eddd71d55e915e4f2 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 15 May 2015 17:57:12 -0700 Subject: [PATCH] registration: Add test case to demonstrate T98347 is invalid Change-Id: I0f5c1bfa0d83465beffb1cc5ebaa457169569228 --- tests/phpunit/includes/registration/ExtensionRegistryTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/includes/registration/ExtensionRegistryTest.php b/tests/phpunit/includes/registration/ExtensionRegistryTest.php index 1b24628c6b..8674343447 100644 --- a/tests/phpunit/includes/registration/ExtensionRegistryTest.php +++ b/tests/phpunit/includes/registration/ExtensionRegistryTest.php @@ -172,6 +172,7 @@ class ExtensionRegistryTest extends MediaWikiTestCase { 'user' => array( 'right' => true, 'somethingtwo' => false, + 'nonduplicated' => true, ) ), ), @@ -186,6 +187,7 @@ class ExtensionRegistryTest extends MediaWikiTestCase { 'user' => array( 'somethingtwo' => true, 'right' => true, + 'nonduplicated' => true, ) ), ), -- 2.20.1