summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/includes/functions/FunctionsTest.php9
1 files changed, 0 insertions, 9 deletions
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
@@ -166,15 +166,6 @@ class FunctionsTest extends PHPUnit_Framework_TestCase {
}
/**
- * 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.
*
* @return void