From 48a323f70264a7ef4321912a802013df1d04d8c7 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sun, 20 Oct 2019 11:11:08 -0700 Subject: tests: Add explicit return type void to setUp() and tearDown() Bug: T192167 Depends-On: I581e54278ac5da3f4e399e33f2c7ad468bae6b43 Change-Id: I3a21fb55db76bac51afdd399cf40ed0760e4f343 --- tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php') diff --git a/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php b/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php index 4ebaa0dc811d..f42ce9b8c270 100644 --- a/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php +++ b/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php @@ -11,7 +11,7 @@ use MediaWiki\MediaWikiServices; */ class ApiQueryWatchlistRawIntegrationTest extends ApiTestCase { - protected function setUp() { + protected function setUp() : void { parent::setUp(); self::$users['ApiQueryWatchlistRawIntegrationTestUser'] = $this->getMutableTestUser(); -- cgit v1.2.3