diff options
author | Antoine Musso <hashar@free.fr> | 2013-01-28 11:27:15 +0100 |
---|---|---|
committer | Antoine Musso <hashar@free.fr> | 2013-01-28 12:14:26 +0100 |
commit | 0fd05285d768d8db8bf3de2c4f84a3b2aed467ed (patch) | |
tree | 75406f4bd4825c90d17b6b2b14dc1ec5f16a700b /tests/phpunit/includes/api/generateRandomImages.php | |
parent | 6b620acc860ed229258afa0be774f34585cb6d49 (diff) | |
download | mediawikicore-0fd05285d768d8db8bf3de2c4f84a3b2aed467ed.tar.gz mediawikicore-0fd05285d768d8db8bf3de2c4f84a3b2aed467ed.zip |
pass codesniffer on tests/
Fix almost all occurences of the following sniffs:
Generic.CodeAnalysis.UselessOverridingMethod.Found
Generic.Formatting.NoSpaceAfterCast.SpaceFound
Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma
Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine
Generic.PHP.LowerCaseConstant.Found
PSR2.Classes.PropertyDeclaration.ScopeMissing
PSR2.Files.EndFileNewline.TooMany
PSR2.Methods.MethodDeclaration.StaticBeforeVisibility
Change-Id: I96aacef5bafe5a2bca659744fba1380999cfc37d
Diffstat (limited to 'tests/phpunit/includes/api/generateRandomImages.php')
-rw-r--r-- | tests/phpunit/includes/api/generateRandomImages.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/api/generateRandomImages.php b/tests/phpunit/includes/api/generateRandomImages.php index ee3456232590..a05428388a57 100644 --- a/tests/phpunit/includes/api/generateRandomImages.php +++ b/tests/phpunit/includes/api/generateRandomImages.php @@ -47,5 +47,3 @@ class GenerateRandomImages extends Maintenance { $maintClass = 'GenerateRandomImages'; require( RUN_MAINTENANCE_IF_MAIN ); - - |