Ignore code coverage for compatibility and shell functions
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 6 Feb 2011 22:14:32 +0000 (22:14 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 6 Feb 2011 22:14:32 +0000 (22:14 +0000)
commit0fc566e3184702e7155e9970b9344ff0f73187ab
tree1e2c23711d3e6f7fdc78cf89ea0f1c7f1b4da21f
parent28bab8ff2ec032cd0d1d55c377f3d380c2a5be50
Ignore code coverage for compatibility and shell functions

The compatibility functions in GlobalFunctions are just wrapper for
their equivalent in the Fallback class.  We should test the implementation
and we can safely ignore those wrappers.

Shell functions ignored make use of sleep() which is evil. They also
do some outputs to the console which is probably hard to test properly.
Given they are not critical, I just ignore their code coverage, we can
still test them though :)
includes/GlobalFunctions.php