CommentFormatterTest: Set ArticlePath in the test

Tests would fail if your wiki's config was different than this.

Change-Id: I148851a9d7b777f1fad5f17b01b835b0b9384a80
(cherry picked from commit cf9f11167d)
This commit is contained in:
Bartosz Dziewoński 2024-02-24 01:15:59 +01:00
parent be89908bd5
commit a14474ed76
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ abstract class IntegrationTestCase extends MediaWikiIntegrationTestCase {
// Consistent defaults for generating canonical URLs
MainConfigNames::Server => 'https://example.org',
MainConfigNames::CanonicalServer => 'https://example.org',
MainConfigNames::ArticlePath => '/wiki/$1',
] + $config );
$this->setUserLang( $config['wgContentLanguage'] );
$this->setContentLang( $config['wgContentLanguage'] );

View file

@ -34,6 +34,7 @@ class ApiDiscussionToolsPageInfoTest extends ApiTestCase {
// Data used for the tests assumes there are no variants for English.
// Language variants are tested using other languages.
MainConfigNames::UsePigLatinVariant => false,
MainConfigNames::ArticlePath => '/wiki/$1',
] + $config );
$this->setUserLang( $config['wgContentLanguage'] );
$this->setContentLang( $config['wgContentLanguage'] );