1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11103] unread -> notification_read

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-12-15 21:08:26 -06:00
parent 47bed33216
commit fad6bc5a7e
16 changed files with 51 additions and 44 deletions

View File

@@ -205,7 +205,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 1,
'item_parent_id' => 1,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413321,
'data' => array(),
),
@@ -214,7 +214,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 2,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413322,
'data' => array(),
),
@@ -223,7 +223,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 3,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413323,
'data' => array(),
),
@@ -232,7 +232,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 4,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413324,
'data' => array(
'poster_id' => 2,
@@ -248,7 +248,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 5,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413325,
'data' => array(
'poster_id' => 2,
@@ -311,7 +311,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 1,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413321,
'data' => array(),
),
@@ -320,7 +320,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 2,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413322,
'data' => array(),
),
@@ -329,7 +329,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 3,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1234,
'data' => array(),
),
@@ -338,7 +338,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 4,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413324,
'data' => array(
'poster_id' => 2,
@@ -354,7 +354,7 @@ class phpbb_notification_test extends phpbb_database_test_case
'item_id' => 5,
'item_parent_id' => 2,
'user_id' => 0,
'unread' => 1,
'notification_read' => 0,
'notification_time' => 1349413325,
'data' => array(
'poster_id' => 2,