diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-11-16 21:56:57 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-11-16 21:56:57 +0100 |
commit | 0517e43dff37fdc64167d0853cfc7ee0b77007b5 (patch) | |
tree | 0120055732a774d43ab1b4ad40919678c2d396eb /tests | |
parent | 1a1a2dc0466f6283c5c3a4c6a0ed4ca7c84b4777 (diff) | |
parent | 4bf0f4a50f34e00fb80299119f98c23ee426dc4d (diff) | |
download | forums-0517e43dff37fdc64167d0853cfc7ee0b77007b5.tar forums-0517e43dff37fdc64167d0853cfc7ee0b77007b5.tar.gz forums-0517e43dff37fdc64167d0853cfc7ee0b77007b5.tar.bz2 forums-0517e43dff37fdc64167d0853cfc7ee0b77007b5.tar.xz forums-0517e43dff37fdc64167d0853cfc7ee0b77007b5.zip |
Merge pull request #4976 from rubencm/ticket/15171
[ticket/15171] Replace all BBCode templates by default
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/posting_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/posting_test.php b/tests/functional/posting_test.php index 8e6328d1d3..764376a945 100644 --- a/tests/functional/posting_test.php +++ b/tests/functional/posting_test.php @@ -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() ); } |