Fix class name of WfEscapeShellArgTest
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 3 Oct 2015 19:17:00 +0000 (21:17 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 7 Oct 2015 18:24:59 +0000 (20:24 +0200)
All other global function test also begin with a upper case letter

Change-Id: Icbaa701983a6f9b57e1ecaa705ebeacaada90cd6

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"';