mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/12818] Don't use the id for i=
PHPBB3-12818
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user