diff options
author | 3D-I <marktravai@gmail.com> | 2019-02-23 01:56:03 +0100 |
---|---|---|
committer | 3D-I <marktravai@gmail.com> | 2019-02-23 02:02:51 +0100 |
commit | e315ea90b8f0d5763cd657090cadc99f221e8b44 (patch) | |
tree | e09f2fad7a835bd0631ce328d7a28af7fa522543 /tests/functions | |
parent | 871875d9aa3d0b0a17a0eb1936323d5737a438f5 (diff) | |
download | forums-e315ea90b8f0d5763cd657090cadc99f221e8b44.tar forums-e315ea90b8f0d5763cd657090cadc99f221e8b44.tar.gz forums-e315ea90b8f0d5763cd657090cadc99f221e8b44.tar.bz2 forums-e315ea90b8f0d5763cd657090cadc99f221e8b44.tar.xz forums-e315ea90b8f0d5763cd657090cadc99f221e8b44.zip |
[ticket/15975] Remove user notification data upon user deletion
PHPBB3-15975
Diffstat (limited to 'tests/functions')
-rw-r--r-- | tests/functions/user_delete_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functions/user_delete_test.php b/tests/functions/user_delete_test.php index 88680d5719..f419c90e9e 100644 --- a/tests/functions/user_delete_test.php +++ b/tests/functions/user_delete_test.php @@ -86,6 +86,8 @@ class phpbb_functions_user_delete_test extends phpbb_database_test_case $phpbb_container->setParameter('tables.auth_provider_oauth_token_storage', 'phpbb_oauth_tokens'); $phpbb_container->setParameter('tables.auth_provider_oauth_states', 'phpbb_oauth_states'); $phpbb_container->setParameter('tables.auth_provider_oauth_account_assoc', 'phpbb_oauth_accounts'); + + $phpbb_container->setParameter('tables.user_notifications', 'phpbb_user_notifications'); } public function test_user_delete() |