From 9683aca64412628ad54e2fbc128dfe1959ba7c19 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 3 Oct 2015 21:17:00 +0200 Subject: [PATCH] Fix class name of WfEscapeShellArgTest All other global function test also begin with a upper case letter Change-Id: Icbaa701983a6f9b57e1ecaa705ebeacaada90cd6 --- tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php b/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php index cb334d2fd2..010f617d7b 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"'; -- 2.20.1