diff options
author | Florian <florian.schmidt.stargatewissen@gmail.com> | 2016-04-02 10:18:20 +0200 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2016-04-02 13:28:37 +0000 |
commit | 876ae95e632ecd0c8fb3ca0dcb6d8ad0c3c276ff (patch) | |
tree | f68f408acb60abd50d2686a6da1425145eb95bd8 /tests/phpunit/includes/content/JavaScriptContentTest.php | |
parent | 737e83edf59bdd9cb909cdc65c34c64f7ac07b85 (diff) | |
download | mediawikicore-876ae95e632ecd0c8fb3ca0dcb6d8ad0c3c276ff.tar.gz mediawikicore-876ae95e632ecd0c8fb3ca0dcb6d8ad0c3c276ff.zip |
Remove Title::newFromRedirectArray
Bug: T122754
Change-Id: I2cdeb98c81d4b98ea986bd2f7b23cd93c62c5930
Diffstat (limited to 'tests/phpunit/includes/content/JavaScriptContentTest.php')
-rw-r--r-- | tests/phpunit/includes/content/JavaScriptContentTest.php | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -145,16 +145,6 @@ class JavaScriptContentTest extends TextContentTest { * @todo Test needs database! */ /* - public function getRedirectChain() { - $text = $this->getNativeData(); - return Title::newFromRedirectArray( $text ); - } - */ - - /** - * @todo Test needs database! - */ - /* public function getUltimateRedirectTarget() { $text = $this->getNativeData(); return Title::newFromRedirectRecurse( $text ); |