mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 10:14:47 +02:00
[ticket/16549] Fix tests
PHPBB3-16549
This commit is contained in:
@@ -39,6 +39,9 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
|
||||
'bbcode_bitfield' => '',
|
||||
'bbcode_uid' => '',
|
||||
'post_edit_locked' => false,
|
||||
'notify_set' => 0,
|
||||
'notify' => false,
|
||||
'forum_name' => 'Test forum name',
|
||||
//'force_approved_state' => 1,
|
||||
);
|
||||
|
||||
@@ -102,6 +105,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
|
||||
'username' => 'user-name',
|
||||
'is_registered' => true,
|
||||
'user_colour' => '',
|
||||
'user_lastmark' => 0,
|
||||
);
|
||||
|
||||
// Request
|
||||
|
Reference in New Issue
Block a user