aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/search/mysql_test.php5
-rw-r--r--tests/search/native_test.php5
-rw-r--r--tests/search/postgres_test.php5
3 files changed, 0 insertions, 15 deletions
diff --git a/tests/search/mysql_test.php b/tests/search/mysql_test.php
index 097e46d855..9f38ef2ef6 100644
--- a/tests/search/mysql_test.php
+++ b/tests/search/mysql_test.php
@@ -38,11 +38,6 @@ class phpbb_search_mysql_test extends phpbb_search_test_case
$this->search = new $class($error, $phpbb_root_path, $phpEx, null, $config, $this->db, $user);
}
- protected function tearDown()
- {
- parent::tearDown();
- }
-
public function keywords()
{
return array(
diff --git a/tests/search/native_test.php b/tests/search/native_test.php
index 544ab7ca17..53d7a1fe78 100644
--- a/tests/search/native_test.php
+++ b/tests/search/native_test.php
@@ -34,11 +34,6 @@ class phpbb_search_native_test extends phpbb_search_test_case
$this->search = new $class($error, $phpbb_root_path, $phpEx, null, $config, $this->db, $user);
}
- protected function tearDown()
- {
- parent::tearDown();
- }
-
public function keywords()
{
return array(
diff --git a/tests/search/postgres_test.php b/tests/search/postgres_test.php
index b6dc5ef1a3..b8c9bcfbe9 100644
--- a/tests/search/postgres_test.php
+++ b/tests/search/postgres_test.php
@@ -38,11 +38,6 @@ class phpbb_search_postgres_test extends phpbb_search_test_case
$this->search = new $class($error, $phpbb_root_path, $phpEx, null, $config, $this->db, $user);
}
- protected function tearDown()
- {
- parent::tearDown();
- }
-
public function keywords()
{
return array(