From 08de237f76fa5bce5a0654b92efd5fb36b45c160 Mon Sep 17 00:00:00 2001 From: gicode Date: Wed, 9 Nov 2011 23:11:52 +0000 Subject: [PATCH] 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 --- .../{wfShorthandToInteger.php => wfShorthandToIntegerTest.php} | 0 tests/phpunit/includes/parser/{TagHooks.php => TagHooksTest.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/phpunit/includes/GlobalFunctions/{wfShorthandToInteger.php => wfShorthandToIntegerTest.php} (100%) rename tests/phpunit/includes/parser/{TagHooks.php => TagHooksTest.php} (100%) diff --git a/tests/phpunit/includes/GlobalFunctions/wfShorthandToInteger.php b/tests/phpunit/includes/GlobalFunctions/wfShorthandToIntegerTest.php similarity index 100% rename from tests/phpunit/includes/GlobalFunctions/wfShorthandToInteger.php rename to tests/phpunit/includes/GlobalFunctions/wfShorthandToIntegerTest.php diff --git a/tests/phpunit/includes/parser/TagHooks.php b/tests/phpunit/includes/parser/TagHooksTest.php similarity index 100% rename from tests/phpunit/includes/parser/TagHooks.php rename to tests/phpunit/includes/parser/TagHooksTest.php -- 2.20.1