summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-06 23:43:04 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-06 23:43:04 +0000
commitb90d8acc82ea3080403ec948fc3f1106a64e74cc (patch)
tree801d62a0f6961fb649ce03377ad8f6976ddc3636 /tests
parent304f20d5fc6eb848ec9bb8cf6cdcaaac076010ba (diff)
downloadwebtrees-b90d8acc82ea3080403ec948fc3f1106a64e74cc.tar.gz
webtrees-b90d8acc82ea3080403ec948fc3f1106a64e74cc.tar.bz2
webtrees-b90d8acc82ea3080403ec948fc3f1106a64e74cc.zip
Generating XREFs is the responsibility of the tree
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