diff options
Diffstat (limited to 'tests/includes/functions/FunctionsTest.php')
| -rw-r--r-- | tests/includes/functions/FunctionsTest.php | 9 |
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 |
