From de1da3170cf814f3a45c6594dc3ca4f908d35a5e Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Mon, 7 Jul 2014 22:13:42 +0200 Subject: [PATCH] [ticket/12818] Don't use the id for i= PHPBB3-12818 --- tests/functional/mcp_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/mcp_test.php b/tests/functional/mcp_test.php index 5cccc5c180..67bb8ea24a 100644 --- a/tests/functional/mcp_test.php +++ b/tests/functional/mcp_test.php @@ -68,7 +68,7 @@ class phpbb_functional_mcp_test extends phpbb_functional_test_case public function test_delete_logs() { $this->login(); - $crawler = self::request('GET', "mcp.php?i=149&sid={$this->sid}"); + $crawler = self::request('GET', "mcp.php?i=mcp_logs&mode=front&sid={$this->sid}"); $this->assertCount(1, $crawler->filter('input[type=checkbox]')); $this->add_lang('mcp');