mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11608] remove setUp method override
PHPBB3-11608
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user