Override phpunit assertTag method to stop errors
authoraddshore <addshorewiki@gmail.com>
Sun, 17 Aug 2014 21:38:07 +0000 (22:38 +0100)
committerOri.livneh <ori@wikimedia.org>
Sun, 17 Aug 2014 21:41:18 +0000 (21:41 +0000)
commitdba0522f702b08395f23cd36c356be8226108782
treed60b91eb6fcb241de67554270ad311ecc7160d25
parenta6c1c22b53d734260c91c29a42cc39573ac047e1
Override phpunit assertTag method to stop errors

This method throws a deperecation error in phpunit
that we dont want to see (and dont want to break
travis tests).

Nothing this method uses is beign deprecated thus
we can override the method and not need to worry
about the error or it vanishing in the future!

Bug: 69505
Change-Id: I0eb63be390b4fdf416635dd8e8a2ad94615e6a47
tests/phpunit/MediaWikiTestCase.php