mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/14484] Remove invalid code caused by merge conflict
PHPBB3-14484
This commit is contained in:
parent
229472cb07
commit
6242698a84
1 changed files with 0 additions and 4 deletions
|
@ -340,10 +340,6 @@ class phpbb_ui_test_case extends phpbb_test_case
|
||||||
$this->assertContains($this->lang('ADMIN_PANEL'), $this->find_element('cssSelector', 'h1')->getText());
|
$this->assertContains($this->lang('ADMIN_PANEL'), $this->find_element('cssSelector', 'h1')->getText());
|
||||||
|
|
||||||
$cookies = self::$webDriver->manage()->getCookies();
|
$cookies = self::$webDriver->manage()->getCookies();
|
||||||
|
|
||||||
copy($config_file, $config_file_test);
|
|
||||||
|
|
||||||
self::$install_success = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function install_ext($extension)
|
public function install_ext($extension)
|
||||||
|
|
Loading…
Add table
Reference in a new issue