diff options
Diffstat (limited to 'tests/notification/fixtures/notification.xml')
-rw-r--r-- | tests/notification/fixtures/notification.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/notification/fixtures/notification.xml b/tests/notification/fixtures/notification.xml new file mode 100644 index 0000000000..c7b2d03ff1 --- /dev/null +++ b/tests/notification/fixtures/notification.xml @@ -0,0 +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> |