From: Lucas Werkmeister Date: Wed, 24 Jan 2018 13:28:39 +0000 (+0100) Subject: Add missing Maintenance import X-Git-Tag: 1.31.0-rc.0~814 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/Bar?a=commitdiff_plain;h=cf6d72ad8b2f7d854522e7246752eb935747979b;p=lhc%2Fweb%2Fwiklou.git Add missing Maintenance import Without this import, the @var Maintenance comment on $maintenance doesn’t refer to the right class. Change-Id: I2b5efa422f3e9d50f2132658b04ea2814af61954 --- diff --git a/tests/phpunit/maintenance/MaintenanceBaseTestCase.php b/tests/phpunit/maintenance/MaintenanceBaseTestCase.php index 9d73a512c8..bdcf7e5fa7 100644 --- a/tests/phpunit/maintenance/MaintenanceBaseTestCase.php +++ b/tests/phpunit/maintenance/MaintenanceBaseTestCase.php @@ -2,6 +2,7 @@ namespace MediaWiki\Tests\Maintenance; +use Maintenance; use MediaWikiTestCase; use Wikimedia\TestingAccessWrapper;