mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #4456 from marc1706/ticket/14791
[ticket/14791] Get form tokens from correct button in search test base
This commit is contained in:
commit
6ae405f743
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ abstract class phpbb_functional_search_base extends phpbb_functional_test_case
|
|||
{
|
||||
$this->add_lang('acp/search');
|
||||
$crawler = self::request('GET', 'adm/index.php?i=acp_search&mode=index&sid=' . $this->sid);
|
||||
$form_values = $crawler->selectButton('Delete index')->form()->getValues();
|
||||
$form_values = $crawler->selectButton('Create index')->form()->getValues();
|
||||
$crawler = self::request(
|
||||
'POST',
|
||||
'adm/index.php?i=acp_search&mode=index&sid=' . $this->sid,
|
||||
|
|
Loading…
Add table
Reference in a new issue