mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11174] Drop needless teardown functions.
PHPBB3-11174
This commit is contained in:
parent
0c430a1f93
commit
cb2d029abf
3 changed files with 0 additions and 15 deletions
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue