Merge "Fix class name of WfEscapeShellArgTest"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 10 Oct 2015 17:10:48 +0000 (17:10 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 10 Oct 2015 17:10:48 +0000 (17:10 +0000)
tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php

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