aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-15 21:17:05 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-15 22:08:10 -0600
commiteeb40181956b578ca98ed0106f3019d8c8299ed3 (patch)
treee138516ffddae340733bef3216a276dc076e9744 /tests/notification
parentfad6bc5a7e58ddd370b88f73712de350b61bca29 (diff)
downloadforums-eeb40181956b578ca98ed0106f3019d8c8299ed3.tar
forums-eeb40181956b578ca98ed0106f3019d8c8299ed3.tar.gz
forums-eeb40181956b578ca98ed0106f3019d8c8299ed3.tar.bz2
forums-eeb40181956b578ca98ed0106f3019d8c8299ed3.tar.xz
forums-eeb40181956b578ca98ed0106f3019d8c8299ed3.zip
[ticket/11103] data -> notification_data
PHPBB3-11103
Diffstat (limited to 'tests/notification')
-rw-r--r--tests/notification/notification.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/notification/notification.php b/tests/notification/notification.php
index 34b8423689..e7fd8539ab 100644
--- a/tests/notification/notification.php
+++ b/tests/notification/notification.php
@@ -206,8 +206,8 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_parent_id' => 1,
'user_id' => 0,
'notification_read' => 0,
- 'notification_time' => 1349413321,
- 'data' => array(),
+ 'notification_time' => 1349413321,
+ 'notification_data' => array(),
),
2 => array(
'item_type' => 'test',
@@ -215,8 +215,8 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_parent_id' => 2,
'user_id' => 0,
'notification_read' => 0,
- 'notification_time' => 1349413322,
- 'data' => array(),
+ 'notification_time' => 1349413322,
+ 'notification_data' => array(),
),
3 => array(
'item_type' => 'test',
@@ -224,8 +224,8 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_parent_id' => 2,
'user_id' => 0,
'notification_read' => 0,
- 'notification_time' => 1349413323,
- 'data' => array(),
+ 'notification_time' => 1349413323,
+ 'notification_data' => array(),
),
4 => array(
'item_type' => 'post',
@@ -233,8 +233,8 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_parent_id' => 2,
'user_id' => 0,
'notification_read' => 0,
- 'notification_time' => 1349413324,
- 'data' => array(
+ 'notification_time' => 1349413324,
+ 'notification_data' => array(
'poster_id' => 2,
'topic_title' => 'test-title',
'post_subject' => 'Re: test-title',
@@ -248,9 +248,9 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 5,
'item_parent_id' => 2,
'user_id' => 0,
- 'notification_read' => 0,
- 'notification_time' => 1349413325,
- 'data' => array(
+ 'notification_read' => 0,
+ 'notification_time' => 1349413325,
+ 'notification_data' => array(
'poster_id' => 2,
'topic_title' => 'test-title',
'post_subject' => 'Re: test-title',
@@ -313,7 +313,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'user_id' => 0,
'notification_read' => 0,
'notification_time' => 1349413321,
- 'data' => array(),
+ 'notification_data' => array(),
),
2 => array(
'item_type' => 'test',
@@ -322,7 +322,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'user_id' => 0,
'notification_read' => 0,
'notification_time' => 1349413322,
- 'data' => array(),
+ 'notification_data' => array(),
),
3 => array(
'item_type' => 'test',
@@ -331,7 +331,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'user_id' => 0,
'notification_read' => 0,
'notification_time' => 1234,
- 'data' => array(),
+ 'notification_data' => array(),
),
4 => array(
'item_type' => 'post',
@@ -340,7 +340,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'user_id' => 0,
'notification_read' => 0,
'notification_time' => 1349413324,
- 'data' => array(
+ 'notification_data' => array(
'poster_id' => 2,
'topic_title' => 'test-title',
'post_subject' => 'Re: test-title',
@@ -356,7 +356,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'user_id' => 0,
'notification_read' => 0,
'notification_time' => 1349413325,
- 'data' => array(
+ 'notification_data' => array(
'poster_id' => 2,
'topic_title' => 'test-title2',
'post_subject' => 'Re: test-title2',