From 876ae95e632ecd0c8fb3ca0dcb6d8ad0c3c276ff Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 2 Apr 2016 10:18:20 +0200 Subject: Remove Title::newFromRedirectArray Bug: T122754 Change-Id: I2cdeb98c81d4b98ea986bd2f7b23cd93c62c5930 --- tests/phpunit/includes/content/JavaScriptContentTest.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/phpunit/includes/content/JavaScriptContentTest.php') diff --git a/tests/phpunit/includes/content/JavaScriptContentTest.php b/tests/phpunit/includes/content/JavaScriptContentTest.php index 8cbbfb8a7847..97e0b1c0ec38 100644 --- a/tests/phpunit/includes/content/JavaScriptContentTest.php +++ b/tests/phpunit/includes/content/JavaScriptContentTest.php @@ -141,16 +141,6 @@ class JavaScriptContentTest extends TextContentTest { ]; } - /** - * @todo Test needs database! - */ - /* - public function getRedirectChain() { - $text = $this->getNativeData(); - return Title::newFromRedirectArray( $text ); - } - */ - /** * @todo Test needs database! */ -- cgit v1.2.3