diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-06-17 12:47:09 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-06-18 10:41:52 +0200 |
commit | b8678f467824eed9daa97eacca197348c945e3e9 (patch) | |
tree | 2fd7100bee3abde9b9c81dcdc4a9e0fe2fe9d579 /tests | |
parent | f1d00fa6476e600e662f72046cf706311edb9a49 (diff) | |
download | forums-b8678f467824eed9daa97eacca197348c945e3e9.tar forums-b8678f467824eed9daa97eacca197348c945e3e9.tar.gz forums-b8678f467824eed9daa97eacca197348c945e3e9.tar.bz2 forums-b8678f467824eed9daa97eacca197348c945e3e9.tar.xz forums-b8678f467824eed9daa97eacca197348c945e3e9.zip |
[ticket/11561] Specify used tables in notification fixture, so they are emptied
PHPBB3-11561
Diffstat (limited to 'tests')
-rw-r--r-- | tests/notification/fixtures/notification.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/notification/fixtures/notification.xml b/tests/notification/fixtures/notification.xml index 38e5f811dd..c7b2d03ff1 100644 --- a/tests/notification/fixtures/notification.xml +++ b/tests/notification/fixtures/notification.xml @@ -1,5 +1,13 @@ <?xml version="1.0" encoding="UTF-8" ?> <dataset> + <table name="phpbb_bookmarks"> + </table> <table name="phpbb_notifications"> </table> + <table name="phpbb_notification_types"> + </table> + <table name="phpbb_topics_watch"> + </table> + <table name="phpbb_user_notifications"> + </table> </dataset> |