From 97d12027843c7a44c53ae09acd785ecee914cde5 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 19 May 2024 22:03:58 +0330 Subject: Add namespace and deprecation alias to TextContent This patch introduces a namespace declaration for the MediaWiki\Content to TextContent and establishes a class alias marked as deprecated since version 1.43. Bug: T353458 Change-Id: Ic251b1ddfcf6db9c85cb54cddf912aa827d2bc3a --- tests/phpunit/includes/diff/SlotDiffRendererTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/phpunit/includes/diff/SlotDiffRendererTest.php') diff --git a/tests/phpunit/includes/diff/SlotDiffRendererTest.php b/tests/phpunit/includes/diff/SlotDiffRendererTest.php index 94e83b399a16..d7e806b918b1 100644 --- a/tests/phpunit/includes/diff/SlotDiffRendererTest.php +++ b/tests/phpunit/includes/diff/SlotDiffRendererTest.php @@ -1,6 +1,7 @@