Move tests that have likely never been executed. Now they will be executed.
authorgicode <gicode@localhost>
Wed, 9 Nov 2011 23:11:52 +0000 (23:11 +0000)
committergicode <gicode@localhost>
Wed, 9 Nov 2011 23:11:52 +0000 (23:11 +0000)
commit08de237f76fa5bce5a0654b92efd5fb36b45c160
tree4d35392c3082f8f0e9bda8e797b10bbef4473097
parentfe728c8b92c94ec0b4cbc99eab689ec820527d47
Move tests that have likely never been executed.  Now they will be executed.

It might be a good idea to have a commit hook or similar to catch these.

You can find candidates for renaming with this command:
$ find tests/phpunit/includes/ -name '*.php' | grep -Ev 'Test.php$' | xargs grep -l MediaWikiTestCase
tests/phpunit/includes/GlobalFunctions/wfShorthandToInteger.php [deleted file]
tests/phpunit/includes/GlobalFunctions/wfShorthandToIntegerTest.php [new file with mode: 0644]
tests/phpunit/includes/parser/TagHooks.php [deleted file]
tests/phpunit/includes/parser/TagHooksTest.php [new file with mode: 0644]