[ticket/11174] Drop needless teardown functions.

PHPBB3-11174
This commit is contained in:
Oleg Pudeyev 2012-11-27 08:56:32 -05:00
parent 0c430a1f93
commit cb2d029abf
3 changed files with 0 additions and 15 deletions

View file

@ -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(

View file

@ -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(

View file

@ -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(