1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Merge pull request #4976 from rubencm/ticket/15171

[ticket/15171] Replace all BBCode templates by default
This commit is contained in:
Marc Alexander
2017-11-16 21:56:57 +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()
);
}