Beta should be available to test suite.

This old classic returns again.
A browser test fails when this is not enabled as it asserts that
the user is in beta.

Bug: T120715
Change-Id: I2c5339ba959318a3b995a28e22f3df375ae53103
This commit is contained in:
jdlrobson 2016-09-12 14:22:04 -07:00 committed by Jdlrobson
parent 26d3633b44
commit f09f7a717d

View file

@ -5,3 +5,4 @@ $wgRelatedArticlesShowInFooter = true;
$wgRelatedArticlesShowInSidebar = true;
$wgRelatedArticlesUseCirrusSearch = true;
$wgRelatedArticlesOnlyUseCirrusSearch = false;
$wgMFEnableBeta = true;