Deprecate assertException in MediaWikiTestCase as it adds no value
authorjeroendedauw <jeroendedauw@gmail.com>
Sat, 18 May 2013 17:38:24 +0000 (19:38 +0200)
committerJeroen De Dauw <jeroendedauw@gmail.com>
Fri, 20 Sep 2013 20:48:51 +0000 (20:48 +0000)
commit35783c4635478400d799e921d08351467bb54f1e
tree1a5ea42b5b5de41c43f3181c0484105f923e1b03
parent102ea093f12a7484003083b9a5cac35d61834f42
Deprecate assertException in MediaWikiTestCase as it adds no value

setExpectedException, provided by PHPUnit itself, can and should be used instead

Change-Id: I06833eeeb492d2cc4e66b14aaebd5b2061a29e3a
tests/phpunit/MediaWikiTestCase.php