aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/MediaWikiUnitTestCase.php
diff options
context:
space:
mode:
authorDaimona Eaytoy <daimona.wiki@gmail.com>2019-11-10 14:08:09 +0100
committerDaimona Eaytoy <daimona.wiki@gmail.com>2019-11-10 14:08:09 +0100
commite8664ff7a7d70e5bc6a6412f1919d9eb8d1aaa67 (patch)
tree539658fa1361f07f3eb9164c6786d11e2e25ea93 /tests/phpunit/MediaWikiUnitTestCase.php
parent964413ecf96a8dda23506761cf2df2c65438c43e (diff)
downloadmediawikicore-e8664ff7a7d70e5bc6a6412f1919d9eb8d1aaa67.tar.gz
mediawikicore-e8664ff7a7d70e5bc6a6412f1919d9eb8d1aaa67.zip
Remove PHPUnit4And6Compat from Test classes
No repo should be using PHPUnit4 features anymore. Removing this trait from the test classes is the first step towards the complete removal, see I84694e32c06f1f0f9fb8398b1f2b92d3df599ddb. Bug: T192167 Change-Id: I60e66259ea920e84573ae99293b005306876b325
Diffstat (limited to 'tests/phpunit/MediaWikiUnitTestCase.php')
-rw-r--r--tests/phpunit/MediaWikiUnitTestCase.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/MediaWikiUnitTestCase.php b/tests/phpunit/MediaWikiUnitTestCase.php
index 5158fd8684ca..c4d2ed9d16d1 100644
--- a/tests/phpunit/MediaWikiUnitTestCase.php
+++ b/tests/phpunit/MediaWikiUnitTestCase.php
@@ -33,7 +33,6 @@ use Wikimedia\ObjectFactory;
* @since 1.34
*/
abstract class MediaWikiUnitTestCase extends TestCase {
- use PHPUnit4And6Compat;
use MediaWikiCoversValidator;
use MediaWikiTestCaseTrait;