mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08: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()
|
public function test_delete_logs()
|
||||||
{
|
{
|
||||||
$this->login();
|
$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->assertCount(1, $crawler->filter('input[type=checkbox]'));
|
||||||
|
|
||||||
$this->add_lang('mcp');
|
$this->add_lang('mcp');
|
||||||
|
|
Loading…
Add table
Reference in a new issue