aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification/base.php')
-rw-r--r--tests/notification/base.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/notification/base.php b/tests/notification/base.php
index 3560ac6fcd..f8c39934bb 100644
--- a/tests/notification/base.php
+++ b/tests/notification/base.php
@@ -94,15 +94,10 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
}
$this->notifications->set_var('notification_types', $types);
- }
- protected function tearDown()
- {
$this->db->sql_query('DELETE FROM phpbb_notification_types');
$this->db->sql_query('DELETE FROM phpbb_notifications');
$this->db->sql_query('DELETE FROM phpbb_user_notifications');
-
- parent::tearDown();
}
protected function build_type($type)