@covers for all GlobalFunc tests
authoraddshore <addshorewiki@gmail.com>
Thu, 24 Oct 2013 09:53:24 +0000 (10:53 +0100)
committerHashar <hashar@free.fr>
Thu, 24 Oct 2013 10:00:55 +0000 (10:00 +0000)
commit4bb09bbca5965b47f2ae28b8ef13c2b9c524d6ae
tree9ec5adb477537a8fe2cbe621d536848b4822dab1
parentc8006382739518fda279344638b8e263d84d72dc
@covers for all GlobalFunc tests

Also split 2 tests off into their correct test classes,
this methods are clearly no longer global functions

Change-Id: I482433f3099e72507a766e85d9576ff36e58b9ad
15 files changed:
tests/phpunit/includes/FallbackTest.php [new file with mode: 0644]
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php
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/wfParseUrlTest.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
tests/phpunit/includes/UserMailerTest.php [new file with mode: 0644]