From 82dbc12da40b48a33dcef151b11ee1605a45d76e Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 12 Feb 2015 10:51:31 +0000 Subject: Tidy SQL --- tests/includes/functions/FunctionsDbTest.php | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'tests/includes') 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 @@ -75,24 +75,6 @@ class FunctionsDbTest extends PHPUnit_Framework_TestCase { $this->assertEquals(function_exists(__NAMESPACE__ . '\\get_note_list'), true); } - /** - * 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. * -- cgit v1.3