mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
Run DiscussionParserTest with $wgDiff = false to match prod
Change-Id: Ie2f64bdb5c614a71412d935ea1b8e9ce7dc2a9a4
This commit is contained in:
parent
042903b771
commit
fb028f7a8c
|
@ -120,6 +120,8 @@ class EchoDiscussionParserTest extends MediaWikiTestCase {
|
|||
protected function setUp() {
|
||||
parent::setUp();
|
||||
|
||||
$this->setMwGlobals( array( 'wgDiff' => false ) );
|
||||
|
||||
// we only need to add these users once, we won't (can't) tear them down anyway
|
||||
static $executed = false;
|
||||
if ( $executed === true ) {
|
||||
|
|
Loading…
Reference in a new issue