mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12818] Don't use the id for i=
PHPBB3-12818
This commit is contained in:
parent
14e9c7695d
commit
de1da3170c
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue