phpcs: Naming of GlobalFunctions tests classes.
authorTimo Tijhof <ttijhof@wikimedia.org>
Thu, 21 Feb 2013 23:58:19 +0000 (00:58 +0100)
committerTimo Tijhof <ttijhof@wikimedia.org>
Fri, 22 Feb 2013 00:01:41 +0000 (01:01 +0100)
commit66cea66a681403372c8e7c288a608be361eee5b3
treeee4c197403a4e6246c78fc376baa3a22b1d38cdc
parentf2c394b15a768e6983ef3b2f75b1e4e58db5cf02
phpcs: Naming of GlobalFunctions tests classes.

Code convensions:
 Class names should be UpperCamelCase.

And for PHPUnit:
 Class name should end in 'Test'.
 Class name should match file name.

Also made headers and spacing a bit more consistent.

Change-Id: Id7b6cec7e552240de44386b4759b57c2d37a39d1
tests/phpunit/includes/GlobalFunctions/wfAssembleUrlTest.php
tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php
tests/phpunit/includes/GlobalFunctions/wfBaseConvertTest.php
tests/phpunit/includes/GlobalFunctions/wfBaseNameTest.php
tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php
tests/phpunit/includes/GlobalFunctions/wfGetCallerTest.php
tests/phpunit/includes/GlobalFunctions/wfRemoveDotSegmentsTest.php
tests/phpunit/includes/GlobalFunctions/wfShorthandToIntegerTest.php
tests/phpunit/includes/GlobalFunctions/wfTimestampTest.php
tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php