From cf6d72ad8b2f7d854522e7246752eb935747979b Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Wed, 24 Jan 2018 14:28:39 +0100 Subject: [PATCH] Add missing Maintenance import MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without this import, the @var Maintenance comment on $maintenance doesn’t refer to the right class. Change-Id: I2b5efa422f3e9d50f2132658b04ea2814af61954 --- tests/phpunit/maintenance/MaintenanceBaseTestCase.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1