diff --git a/tests/phpunit/CommentFormatterTest.php b/tests/phpunit/CommentFormatterTest.php index 6da9dab44..b75e05141 100644 --- a/tests/phpunit/CommentFormatterTest.php +++ b/tests/phpunit/CommentFormatterTest.php @@ -65,6 +65,7 @@ class CommentFormatterTest extends IntegrationTestCase { // Consistent defaults for generating canonical URLs MainConfigNames::Server => 'https://example.org', MainConfigNames::CanonicalServer => 'https://example.org', + MainConfigNames::ArticlePath => '/wiki/$1', MainConfigNames::ScriptPath => '/w', MainConfigNames::Script => '/w/index.php', ] );