You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/functional/seometadata_test.php
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ public function test_meta_description()
26
26
27
27
$this->assertSame(1, $element->count());
28
28
$this->assertSame(
29
-
'This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Dur',
29
+
'This is an example post in your phpBB installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Duri',
30
30
$element->attr('content')
31
31
);
32
32
}
@@ -88,11 +88,11 @@ public function test_open_graph()
88
88
$elements['type']->attr('content')
89
89
);
90
90
$this->assertSame(
91
-
'Welcome to phpBB3',
91
+
'Welcome to phpBB',
92
92
$elements['title']->attr('content')
93
93
);
94
94
$this->assertSame(
95
-
'This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Dur',
95
+
'This is an example post in your phpBB installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Duri',
96
96
$elements['description']->attr('content')
97
97
);
98
98
$this->assertSame(
@@ -154,11 +154,11 @@ public function test_twitter_cards()
154
154
$elements['site']->attr('content')
155
155
);
156
156
$this->assertSame(
157
-
'Welcome to phpBB3',
157
+
'Welcome to phpBB',
158
158
$elements['title']->attr('content')
159
159
);
160
160
$this->assertSame(
161
-
'This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Dur',
161
+
'This is an example post in your phpBB installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Duri',
162
162
$elements['description']->attr('content')
163
163
);
164
164
$this->assertSame(
@@ -200,15 +200,15 @@ public function test_json_ld()
200
200
))
201
201
);
202
202
$this->assertSame(
203
-
'Welcome to phpBB3',
203
+
'Welcome to phpBB',
204
204
$elements['headline']
205
205
);
206
206
$this->assertSame(
207
-
'This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Dur',
207
+
'This is an example post in your phpBB installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Duri',
208
208
$elements['description']
209
209
);
210
210
$this->assertSame(
211
-
'This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Dur',
211
+
'This is an example post in your phpBB installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. Duri',
212
212
$elements['text']
213
213
);
214
214
$this->assertSame(
@@ -261,7 +261,7 @@ public function test_json_ld()
$this->assertSame('This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!', $elements['comment'][0]['text']);
264
+
$this->assertSame('This is an example post in your phpBB installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!', $elements['comment'][0]['text']);
0 commit comments