aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/search/postgres_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/search/postgres_test.php')
-rw-r--r--tests/functional/search/postgres_test.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/functional/search/postgres_test.php b/tests/functional/search/postgres_test.php
index 110360f28e..f268be1054 100644
--- a/tests/functional/search/postgres_test.php
+++ b/tests/functional/search/postgres_test.php
@@ -14,11 +14,5 @@ require_once dirname(__FILE__) . '/base_test.php';
*/
class phpbb_functional_search_postgres_test extends phpbb_functional_search_base_test
{
- protected $search_backend;
-
- public function setUp()
- {
- parent::setUp();
- $this->search_backend = 'phpbb_search_fulltext_postgres';
- }
+ protected $search_backend = 'phpbb_search_fulltext_postgres';
}