From: Alangi Derick Date: Fri, 2 Nov 2018 12:39:02 +0000 (+0100) Subject: Fix typo in tests/includes/SampleTest.php in core X-Git-Tag: 1.34.0-rc.0~3577 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=cbdff71add81adcbf061341ec19f52d23afe361e;p=lhc%2Fweb%2Fwiklou.git Fix typo in tests/includes/SampleTest.php in core Minor typo fix in comments for setUp() and provideTitles() methods in SampleTests.php file. Change-Id: I09e0fb041d6809509e780d22bf8419497cd50ee7 --- diff --git a/tests/phpunit/includes/SampleTest.php b/tests/phpunit/includes/SampleTest.php index 22495d0c48..da6df70e69 100644 --- a/tests/phpunit/includes/SampleTest.php +++ b/tests/phpunit/includes/SampleTest.php @@ -9,7 +9,7 @@ class SampleTest extends MediaWikiLangTestCase { * Anything that needs to happen before your tests should go here. */ protected function setUp() { - // Be sure to do call the parent setup and teardown functions. + // Be sure to call the parent setup and teardown functions. // This makes sure that all the various cleanup and restorations // happen as they should (including the restoration for setMwGlobals). parent::setUp(); @@ -46,7 +46,7 @@ class SampleTest extends MediaWikiLangTestCase { } /** - * If you want to run a the same test with a variety of data, use a data provider. + * If you want to run the same test with a variety of data, use a data provider. * see: https://www.phpunit.de/manual/3.4/en/writing-tests-for-phpunit.html */ public static function provideTitles() {