diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-10-26 21:35:39 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-26 21:35:39 +0200 |
| commit | b8616fe9ace5cb21bd1d38d9998d8e4e9342b52f (patch) | |
| tree | ab5c1a7f274357372ddaa4382f03916f22856d39 /tests/functional/prune_shadow_topic_test.php | |
| parent | 95880a5f4999e85d7a5dda2bfd592ddc9c231774 (diff) | |
| parent | 6a7ed40b0500a79bd63679d22f67aa1762d95fde (diff) | |
| download | forums-b8616fe9ace5cb21bd1d38d9998d8e4e9342b52f.tar forums-b8616fe9ace5cb21bd1d38d9998d8e4e9342b52f.tar.gz forums-b8616fe9ace5cb21bd1d38d9998d8e4e9342b52f.tar.bz2 forums-b8616fe9ace5cb21bd1d38d9998d8e4e9342b52f.tar.xz forums-b8616fe9ace5cb21bd1d38d9998d8e4e9342b52f.zip | |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'tests/functional/prune_shadow_topic_test.php')
| -rw-r--r-- | tests/functional/prune_shadow_topic_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/prune_shadow_topic_test.php b/tests/functional/prune_shadow_topic_test.php index 39bf223f93..1d4bb02a95 100644 --- a/tests/functional/prune_shadow_topic_test.php +++ b/tests/functional/prune_shadow_topic_test.php @@ -77,7 +77,7 @@ class phpbb_functional_prune_shadow_topic_test extends phpbb_functional_test_cas // Test creating a reply $post2 = $this->create_post($this->data['forums']['Prune Shadow'], $this->post['topic_id'], 'Re: Prune Shadow #1-#2', 'This is a test post posted by the testing framework.'); - $crawler = self::request('GET', "viewtopic.php?t={$post2['topic_id']}&sid={$this->sid}"); + $crawler = self::request('GET', "viewtopic.php?p={$post2['post_id']}&sid={$this->sid}"); $this->assertContains('Re: Prune Shadow #1-#2', $crawler->filter('html')->text()); $this->data['posts']['Re: Prune Shadow #1-#2'] = (int) $post2['post_id']; |
