mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -115,7 +115,7 @@ class phpbb_functional_download_test extends phpbb_functional_test_case
|
||||
$this->assertContainsLang('POST_DELETED', $crawler->text());
|
||||
|
||||
$crawler = self::request('GET', "viewtopic.php?t={$this->data['topics']['Download Topic #1']}&sid={$this->sid}");
|
||||
$this->assertStringContainsString($this->lang('POST_DISPLAY', '', ''), $crawler->text());
|
||||
$this->assertStringContainsString($this->lang('POST_DISPLAY'), $crawler->text());
|
||||
}
|
||||
|
||||
public function test_download_softdeleted_post()
|
||||
|
@@ -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()
|
||||
|
@@ -177,7 +177,7 @@ class phpbb_functional_visibility_softdelete_test extends phpbb_functional_test_
|
||||
), 'after softdelete');
|
||||
|
||||
$crawler = self::request('GET', "viewtopic.php?t={$this->data['topics']['Soft Delete Topic #1']}&sid={$this->sid}");
|
||||
$this->assertStringContainsString($this->lang('POST_DISPLAY', '', ''), $crawler->text());
|
||||
$this->assertStringContainsString($this->lang('POST_DISPLAY'), $crawler->text());
|
||||
}
|
||||
|
||||
public function test_softdelete_post_no_m_delete()
|
||||
@@ -227,7 +227,7 @@ class phpbb_functional_visibility_softdelete_test extends phpbb_functional_test_
|
||||
), 'after softdelete without m_delete');
|
||||
|
||||
$crawler = self::request('GET', "viewtopic.php?t={$this->data['topics']['Soft Delete Topic #1']}&sid={$this->sid}");
|
||||
$this->assertStringContainsString($this->lang('POST_DISPLAY', '', ''), $crawler->text());
|
||||
$this->assertStringContainsString($this->lang('POST_DISPLAY'), $crawler->text());
|
||||
}
|
||||
|
||||
public function test_move_softdeleted_post()
|
||||
|
Reference in New Issue
Block a user