mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/develop/11568] Do not directly access $client from tests
PHPBB3-11568
This commit is contained in:
@@ -106,7 +106,7 @@ class phpbb_functional_extension_permission_lang_test extends phpbb_functional_t
|
||||
$form = $crawler->selectButton($this->lang('SUBMIT'))->form();
|
||||
$data = array('username[0]' => 'admin');
|
||||
$form->setValues($data);
|
||||
$crawler = $this->client->submit($form);
|
||||
$crawler = $this->submit($form);
|
||||
$this->assert_response_success();
|
||||
|
||||
// language from language/en/acp/permissions_phpbb.php
|
||||
|
Reference in New Issue
Block a user