diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-26 17:27:52 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-26 17:27:52 -0500 |
commit | 49c6e835605a6f36c050cda2e92646941668e415 (patch) | |
tree | 480d25dd76f369eee76ed7ca1eec6f46a6b43674 /tests/notification/base.php | |
parent | 7dd16f4148890a2c1f52eeb9c660afe2fb85d23c (diff) | |
download | forums-49c6e835605a6f36c050cda2e92646941668e415.tar forums-49c6e835605a6f36c050cda2e92646941668e415.tar.gz forums-49c6e835605a6f36c050cda2e92646941668e415.tar.bz2 forums-49c6e835605a6f36c050cda2e92646941668e415.tar.xz forums-49c6e835605a6f36c050cda2e92646941668e415.zip |
[ticket/11744] Fix tests for postgresql
PHPBB3-11744
Diffstat (limited to 'tests/notification/base.php')
-rw-r--r-- | tests/notification/base.php | 5 |
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) |