Give TestCase::checkHasDiff3 a better name
authoraddshore <addshorewiki@gmail.com>
Wed, 27 Jan 2016 18:56:09 +0000 (19:56 +0100)
committeraddshore <addshorewiki@gmail.com>
Thu, 28 Jan 2016 11:46:11 +0000 (12:46 +0100)
commit96e1167d92b56161009025f9884e39317aeeddb1
tree85546154bb692588c47f8d5d3d0f87af71a94496
parent5cd57713f23a52fc9812a94087d9aa2756a97331
Give TestCase::checkHasDiff3 a better name

This method actually marks the test it is called
from as skipped if Diff3 is not confugured.

The new name "markTestSkippedIfNoDiff3" better
reflects that.

Change-Id: I1dffeba0aceb312b3a82216f0b55227e24bc2e34
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/EditPageTest.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/content/WikitextContentHandlerTest.php
tests/phpunit/includes/page/WikiPageTest.php