diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-12 10:51:31 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-12 10:51:31 +0000 |
| commit | 82dbc12da40b48a33dcef151b11ee1605a45d76e (patch) | |
| tree | 1e633e8178322f8182422aa2602af7bc4333802d /tests/includes | |
| parent | 50f6e74d1b1c7f5fb13ac8a0bc812352addcdcb2 (diff) | |
| download | webtrees-82dbc12da40b48a33dcef151b11ee1605a45d76e.tar.gz webtrees-82dbc12da40b48a33dcef151b11ee1605a45d76e.tar.bz2 webtrees-82dbc12da40b48a33dcef151b11ee1605a45d76e.zip | |
Tidy SQL
Diffstat (limited to 'tests/includes')
| -rw-r--r-- | tests/includes/functions/FunctionsDbTest.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/includes/functions/FunctionsDbTest.php b/tests/includes/functions/FunctionsDbTest.php index fd36ce1e49..450a2b4f65 100644 --- a/tests/includes/functions/FunctionsDbTest.php +++ b/tests/includes/functions/FunctionsDbTest.php @@ -76,24 +76,6 @@ class FunctionsDbTest extends PHPUnit_Framework_TestCase { } /** - * Test that function search_indis_custom() exists in the correct namespace. - * - * @return void - */ - public function testFunctionSearchIndisCustomExists() { - $this->assertEquals(function_exists(__NAMESPACE__ . '\\search_indis_custom'), true); - } - - /** - * Test that function search_fams_custom() exists in the correct namespace. - * - * @return void - */ - public function testFunctionSearchFamsCustomExists() { - $this->assertEquals(function_exists(__NAMESPACE__ . '\\search_fams_custom'), true); - } - - /** * Test that function search_indis() exists in the correct namespace. * * @return void |
