Merge "registration: Add test case to demonstrate T98347 is invalid"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 21 May 2015 17:27:35 +0000 (17:27 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 21 May 2015 17:27:35 +0000 (17:27 +0000)
tests/phpunit/includes/registration/ExtensionRegistryTest.php

index 1b24628..8674343 100644 (file)
@@ -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,
                                                )
                                        ),
                                ),