normalize sanitizerTest and add coverage tips
authorAntoine Musso <hashar@free.fr>
Thu, 22 Nov 2012 10:23:13 +0000 (11:23 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 18 Jan 2013 13:43:39 +0000 (13:43 +0000)
commit2b3714db26c598aa3ded330ac0132472a233e71e
tree35ad4cdbd5755e21d6a77764e41278ee346ebe47
parent105b52525a0e27c30a0e77e2cd173501f3961ae0
normalize sanitizerTest and add coverage tips

* @cover let us mention which function the test is using, help out when
  building coverage report to make sure we only record traces for that
  function.
* Normalized test functions so they look alike and make use of an
  optional message.

Change-Id: I3e431b28e377f2ca21d06300537f63b2df4a3a99
tests/phpunit/includes/SanitizerTest.php