Run DiscussionParserTest with $wgDiff = false to match prod

Change-Id: Ie2f64bdb5c614a71412d935ea1b8e9ce7dc2a9a4
This commit is contained in:
Erik Bernhardson 2015-05-20 22:17:41 -07:00
parent 042903b771
commit fb028f7a8c

View file

@ -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 ) {