Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/173060

Change subject: Set wgMetaNamespace on TitleTest.php
......................................................................

Set wgMetaNamespace on TitleTest.php

Also added it to the MediaWikiTitleCodecTest.php (which seems not exists
at time of bug creation)

Bug: 65879
Change-Id: I8411d46320201b594ebaa56953dc355d863d0500
---
M tests/phpunit/includes/TitleTest.php
M tests/phpunit/includes/title/MediaWikiTitleCodecTest.php
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/60/173060/1

diff --git a/tests/phpunit/includes/TitleTest.php 
b/tests/phpunit/includes/TitleTest.php
index a4bc427..5af7559 100644
--- a/tests/phpunit/includes/TitleTest.php
+++ b/tests/phpunit/includes/TitleTest.php
@@ -14,6 +14,7 @@
                        'wgLang' => Language::factory( 'en' ),
                        'wgAllowUserJs' => false,
                        'wgDefaultLanguageVariant' => false,
+                       'wgMetaNamespace' => 'TestMetaSpace',
                ) );
        }
 
diff --git a/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php 
b/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php
index f95b305..78be3a5 100644
--- a/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php
+++ b/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php
@@ -39,6 +39,7 @@
                        'wgLang' => Language::factory( 'en' ),
                        'wgAllowUserJs' => false,
                        'wgDefaultLanguageVariant' => false,
+                       'wgMetaNamespace' => 'TestMetaSpace',
                        'wgLocalInterwikis' => array( 'localtestiw' ),
                        'wgCapitalLinks' => true,
 

-- 
To view, visit https://gerrit.wikimedia.org/r/173060
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8411d46320201b594ebaa56953dc355d863d0500
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to