diff options
Diffstat (limited to 'tests/phpunit/includes/PagePropsTest.php')
-rw-r--r-- | tests/phpunit/includes/PagePropsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/PagePropsTest.php b/tests/phpunit/includes/PagePropsTest.php index 222b3e3a024d..5faae5570563 100644 --- a/tests/phpunit/includes/PagePropsTest.php +++ b/tests/phpunit/includes/PagePropsTest.php @@ -28,7 +28,7 @@ class PagePropsTest extends MediaWikiLangTestCase { */ private $the_properties; - protected function setUp() { + protected function setUp() : void { parent::setUp(); $this->setMwGlobals( [ |