summaryrefslogtreecommitdiff
path: root/tests/includes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/includes')
-rw-r--r--tests/includes/functions/FunctionsDbTest.php18
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