diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2011-06-29 17:59:50 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2011-06-29 17:59:50 +0000 |
commit | cf2cfce0873d96a4f4493c2c43e25b78dbdd95c4 (patch) | |
tree | 1e5d5429f0aa7fe79077528e62a12ed86e4ab32d | |
parent | 090b9c0f95bfa9b8fb104525660f9dfdc6d17deb (diff) | |
download | mediawikicore-cf2cfce0873d96a4f4493c2c43e25b78dbdd95c4.tar.gz mediawikicore-cf2cfce0873d96a4f4493c2c43e25b78dbdd95c4.zip |
Move global functions tests to their own directory.
Will let us create a test file for each functions which is easier to handle
in the long time.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91087
-rw-r--r-- | tests/phpunit/includes/GlobalFunctions.php/GlobalTest.php (renamed from tests/phpunit/includes/GlobalTest.php) | 0 | ||||
-rw-r--r-- | tests/phpunit/includes/GlobalFunctions.php/README | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/GlobalTest.php b/tests/phpunit/includes/GlobalFunctions.php/GlobalTest.php index b06dbf150908..b06dbf150908 100644 --- a/tests/phpunit/includes/GlobalTest.php +++ b/tests/phpunit/includes/GlobalFunctions.php/GlobalTest.php diff --git a/tests/phpunit/includes/GlobalFunctions.php/README b/tests/phpunit/includes/GlobalFunctions.php/README new file mode 100644 index 000000000000..0042bdac08e3 --- /dev/null +++ b/tests/phpunit/includes/GlobalFunctions.php/README @@ -0,0 +1,2 @@ +This directory hold tests for includes/GlobalFunctions.php file +which is a pile of functions. |