phpunit: Remove unused assertEmpty() fallback for PHPUnit 3 compat
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 5 Apr 2017 23:17:43 +0000 (16:17 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 5 Apr 2017 23:20:44 +0000 (16:20 -0700)
commit8e70e7f14a6d9ccad363580915d69e786da17093
treec40770ab9eeafbc30a17ae74b24d66ccc019e08a
parentbac07c24e5ad31fe3108b7d653fdac3cf93a3f79
phpunit: Remove unused assertEmpty() fallback for PHPUnit 3 compat

We always run with PHPUnit 4. We're also forward-compatible with
PHPUnit 5 (albeit with deprecation notices).

PHPUnit 3 is no longer supported.

Keep __call() to make it easy to re-introduce back-compat or
future-compat logic in the future (like the next patch does).

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