Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/305642

Change subject: Always use php based diff in EchoDiscussionParserTest
......................................................................

Always use php based diff in EchoDiscussionParserTest

Change-Id: I62a52dee1dd1ecd2ebd36e1aa540245e90a57ddd
---
M tests/phpunit/DiscussionParserTest.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/42/305642/1

diff --git a/tests/phpunit/DiscussionParserTest.php 
b/tests/phpunit/DiscussionParserTest.php
index 1e7e3c0..a213ea3 100644
--- a/tests/phpunit/DiscussionParserTest.php
+++ b/tests/phpunit/DiscussionParserTest.php
@@ -130,9 +130,7 @@
        protected function setUp() {
                parent::setUp();
 
-               if ( extension_loaded( 'wikidiff2' ) ) {
-                       $this->setMwGlobals( array( 'wgDiff' => false ) );
-               }
+               $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

-- 
To view, visit https://gerrit.wikimedia.org/r/305642
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62a52dee1dd1ecd2ebd36e1aa540245e90a57ddd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to