From b90d8acc82ea3080403ec948fc3f1106a64e74cc Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 6 Feb 2015 23:43:04 +0000 Subject: Generating XREFs is the responsibility of the tree --- tests/includes/functions/FunctionsTest.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests') diff --git a/tests/includes/functions/FunctionsTest.php b/tests/includes/functions/FunctionsTest.php index eb2b3a4e7f..f8677b641e 100644 --- a/tests/includes/functions/FunctionsTest.php +++ b/tests/includes/functions/FunctionsTest.php @@ -165,15 +165,6 @@ class FunctionsTest extends PHPUnit_Framework_TestCase { $this->assertEquals(function_exists(__NAMESPACE__ . '\\get_query_url'), true); } - /** - * Test that function get_new_xref() exists in the correct namespace. - * - * @return void - */ - public function testFunctionGetNewXrefExists() { - $this->assertEquals(function_exists(__NAMESPACE__ . '\\get_new_xref'), true); - } - /** * Test that function isFileExternal() exists in the correct namespace. * -- cgit v1.3