Skip to content

Commit 932baad

Browse files
committed
Re-label phpBB3 in tests
1 parent 7dd4c21 commit 932baad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/controller/controller_webpush_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private function getExpectedResponse(): array
145145
return [
146146
'heading' => 'yourdomain.com',
147147
'title' => 'Quoted by Guest in:',
148-
'text' => '"Welcome to phpBB3"',
148+
'text' => '"Welcome to phpBB"',
149149
'url' => 'phpBB/viewtopic.php?p=1#p1',
150150
'avatar' => ['src' => ''],
151151
];

tests/controller/fixtures/webpush.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<column>notification_time</column>
1818
<row>
1919
<value>1</value>
20-
<value><![CDATA[{"item_id":1,"notification_type_id":4,"item_parent_id":1,"notification_time":1738437884,"notification_read":false,"notification_data":"a:6:{s:9:\"poster_id\";i:3;s:11:\"topic_title\";s:17:\"Welcome to phpBB3\";s:12:\"post_subject\";s:21:\"Re: Welcome to phpBB3\";s:13:\"post_username\";s:0:\"\";s:8:\"forum_id\";i:2;s:10:\"forum_name\";s:16:\"Your first forum\";}","user_id":2,"notification_type_name":"notification.type.quote"}]]></value>
20+
<value><![CDATA[{"item_id":1,"notification_type_id":4,"item_parent_id":1,"notification_time":1738437884,"notification_read":false,"notification_data":"a:6:{s:9:\"poster_id\";i:3;s:11:\"topic_title\";s:17:\"Welcome to phpBB\";s:12:\"post_subject\";s:21:\"Re: Welcome to phpBB\";s:13:\"post_username\";s:0:\"\";s:8:\"forum_id\";i:2;s:10:\"forum_name\";s:16:\"Your first forum\";}","user_id":2,"notification_type_name":"notification.type.quote"}]]></value>
2121
<value>488c17afe4f18714c235b395e21b78df1c3d78bf1e13d0633ed9425d2eebf967</value>
2222
<value>2</value>
2323
<value>4</value>
2424
<value>1738437884</value>
2525
</row>
2626
<row>
2727
<value>2</value>
28-
<value><![CDATA[{"heading":"yourdomain.com","title":"Quoted by Guest in:","text":"\"Welcome to phpBB3\"","url":"phpBB\/viewtopic.php?p=1#p1","avatar":{"src":""}}]]></value>
28+
<value><![CDATA[{"heading":"yourdomain.com","title":"Quoted by Guest in:","text":"\"Welcome to phpBB\"","url":"phpBB\/viewtopic.php?p=1#p1","avatar":{"src":""}}]]></value>
2929
<value>488c17afe4f18714c235b395e21b78df1c3d78bf1e13d0633ed9425d2eebf967</value>
3030
<value>2</value>
3131
<value>4</value>

0 commit comments

Comments
 (0)