1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11744] Fix tests for postgresql

PHPBB3-11744
This commit is contained in:
Nathaniel Guse
2013-07-26 17:27:52 -05:00
parent 7dd16f4148
commit 49c6e83560
3 changed files with 31 additions and 50 deletions

View File

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