test: ignore code coverage for CleanUpTest
authorAntoine Musso <hashar@free.fr>
Tue, 26 Mar 2013 11:54:03 +0000 (12:54 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 26 Mar 2013 11:54:03 +0000 (12:54 +0100)
commitc03f1ebe75ab5b156885b551eb3f1a243f945a0f
treedfc8a93d90a021a2aee66e5369f846f12fc4c349
parent15833dafdfb44c186393ab3c51e43543b65617c6
test: ignore code coverage for CleanUpTest

The tests under tests/phpunit/includes/normal/CleanUpTest.php do not use
data provider. When being run for code coverage (bug 31518) they take so
long that they ends up timing out.

The whole class need to be refactored to use data providers (bug 46561).

Change-Id: I78c270e71d23ffbab00d8812ee91d380aef342c6
tests/phpunit/includes/normal/CleanUpTest.php