Added future compat expectException to PHPUnit4And6Compat trait
authorLeszek Manicki <leszek.manicki@wikimedia.de>
Wed, 30 Jan 2019 16:55:18 +0000 (17:55 +0100)
committerTarrow <thomas.arrow_ext@wikimedia.de>
Mon, 4 Feb 2019 15:07:45 +0000 (15:07 +0000)
commitec12e3cc7bb301386698c1cc7fa8128c279e2f8a
tree6b983d9b82bbcb9a83c221b6c5e5141c64220d39
parent8ff88cc4d2128a940e1ae77dc44baf1cf6516b41
Added future compat expectException to PHPUnit4And6Compat trait

This allows PHPUnit 6 ready tests asserting
the exception that is to be thrown (as setExpectedException
is removed in PHPUnit 6).

Bug: T208389
Change-Id: I13c58f37671092583a7fdfed7ccee9c2a4ecb136
tests/phpunit/PHPUnit4And6Compat.php