1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2022-01-25 22:13:23 +01:00
10 changed files with 32 additions and 18 deletions

View File

@@ -532,7 +532,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
self::assertContainsLang('POST_DELETED', $crawler->text());
$crawler = self::request('GET', "viewtopic.php?t={$this->data['topics']['Feeds #1 - Topic #2']}&sid={$this->sid}");
self::assertStringContainsString($this->lang('POST_DISPLAY', '', ''), $crawler->text());
self::assertStringContainsString($this->lang('POST_DISPLAY'), $crawler->text());
}
public function test_feeds_softdeleted_post_admin()