jenkins-bot has submitted this change and it was merged.

Change subject: Fix class name of WfEscapeShellArgTest
......................................................................


Fix class name of WfEscapeShellArgTest

All other global function test also begin with a upper case letter

Change-Id: Icbaa701983a6f9b57e1ecaa705ebeacaada90cd6
---
M tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php 
b/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php
index cb334d2..010f617 100644
--- a/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php
+++ b/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php
@@ -4,7 +4,7 @@
  * @group GlobalFunctions
  * @covers ::wfEscapeShellArg
  */
-class wfEscapeShellArgTest extends MediaWikiTestCase {
+class WfEscapeShellArgTest extends MediaWikiTestCase {
        public function testSingleInput() {
                if ( wfIsWindows() ) {
                        $expected = '"blah"';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icbaa701983a6f9b57e1ecaa705ebeacaada90cd6
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to