(bug 43762) Mark slow unit test as @group medium
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 18 Jan 2013 19:02:28 +0000 (14:02 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 18 Jan 2013 19:07:49 +0000 (14:07 -0500)
commit252ae6268bb33360fa2f918a264364ef3d52323c
tree5b6b558b224e94cf5dd472c71bbfbc2d5888eeda
parent258929f57248879e30749ff6007e545f36623a0a
(bug 43762) Mark slow unit test as @group medium

All tests based on APITestCase can be slow. I've also seen more than one
Jenkins failure due to GlobalTest::testMerge timing out.

Also, added a meta-test on APITestCase to make sure that all its
subclasses are marked with @group medium or @group large, to prevent new
tests from re-causing the bug.

Change-Id: I48630736a3d06574876fd1fa3d90899cfbc48012
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/api/ApiAccountCreationTest.php
tests/phpunit/includes/api/ApiBlockTest.php
tests/phpunit/includes/api/ApiParseTest.php
tests/phpunit/includes/api/ApiPurgeTest.php
tests/phpunit/includes/api/ApiQueryRevisionsTest.php
tests/phpunit/includes/api/ApiQueryTest.php
tests/phpunit/includes/api/ApiTest.php
tests/phpunit/includes/api/ApiTestCase.php
tests/phpunit/includes/api/ApiWatchTest.php
tests/phpunit/includes/api/format/ApiFormatPhpTest.php