diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-06 23:43:04 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-06 23:43:04 +0000 |
| commit | b90d8acc82ea3080403ec948fc3f1106a64e74cc (patch) | |
| tree | 801d62a0f6961fb649ce03377ad8f6976ddc3636 /tests | |
| parent | 304f20d5fc6eb848ec9bb8cf6cdcaaac076010ba (diff) | |
| download | webtrees-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.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 |
