mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Always use php based diff in EchoDiscussionParserTest
The previous check here meant that different setups could run these tests with current diff engines thus these tests could result in different successes / failures. Change-Id: I62a52dee1dd1ecd2ebd36e1aa540245e90a57ddd
This commit is contained in:
parent
1113d0b0f7
commit
5dd9858f4e
|
@ -130,9 +130,7 @@ class EchoDiscussionParserTest extends MediaWikiTestCase {
|
|||
protected function setUp() {
|
||||
parent::setUp();
|
||||
|
||||
if ( extension_loaded( 'wikidiff2' ) ) {
|
||||
$this->setMwGlobals( array( 'wgDiff' => false ) );
|
||||
}
|
||||
|
||||
// users need to be added for each test, resetDB() removes them
|
||||
// TODO: Only add users needed for each test, instead of adding them
|
||||
|
|
Loading…
Reference in a new issue