mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/14791] Get form tokens from correct button in search test base
PHPBB3-14791
This commit is contained in:
parent
e0d9f2aad6
commit
65ef56ed71
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');
|
$this->add_lang('acp/search');
|
||||||
$crawler = self::request('GET', 'adm/index.php?i=acp_search&mode=index&sid=' . $this->sid);
|
$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(
|
$crawler = self::request(
|
||||||
'POST',
|
'POST',
|
||||||
'adm/index.php?i=acp_search&mode=index&sid=' . $this->sid,
|
'adm/index.php?i=acp_search&mode=index&sid=' . $this->sid,
|
||||||
|
|
Loading…
Add table
Reference in a new issue