diff options
Diffstat (limited to 'tests/phpunit/includes/deferred/LinksUpdateTest.php')
-rw-r--r-- | tests/phpunit/includes/deferred/LinksUpdateTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/deferred/LinksUpdateTest.php b/tests/phpunit/includes/deferred/LinksUpdateTest.php index 1f9d29e26c3e..6ae510aa3188 100644 --- a/tests/phpunit/includes/deferred/LinksUpdateTest.php +++ b/tests/phpunit/includes/deferred/LinksUpdateTest.php @@ -9,7 +9,7 @@ class LinksUpdateTest extends MediaWikiLangTestCase { protected static $testingPageId; - function __construct( $name = null, array $data = [], $dataName = '' ) { + public function __construct( $name = null, array $data = [], $dataName = '' ) { parent::__construct( $name, $data, $dataName ); $this->tablesUsed = array_merge( $this->tablesUsed, |