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

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-11-16 22:11:11 +01:00
6 changed files with 54 additions and 15 deletions

View File

@@ -235,7 +235,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case
));
$crawler = self::submit($form);
$this->assertContains(
'<span style="font-weight: bold">My signature</span>',
'<strong class="text-strong">My signature</strong>',
$crawler->filter('#preview .signature')->html()
);
}