1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 14:16:28 +02:00

[ticket/14484] Remove invalid code caused by merge conflict

PHPBB3-14484
This commit is contained in:
Marc Alexander
2016-09-18 21:52:11 +02:00
parent 229472cb07
commit 6242698a84

View File

@ -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());
$cookies = self::$webDriver->manage()->getCookies();
copy($config_file, $config_file_test);
self::$install_success = true;
}
public function install_ext($extension)