aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_framework/phpbb_ui_test_case.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_framework/phpbb_ui_test_case.php b/tests/test_framework/phpbb_ui_test_case.php
index bc761aff69..1d6dda0ba6 100644
--- a/tests/test_framework/phpbb_ui_test_case.php
+++ b/tests/test_framework/phpbb_ui_test_case.php
@@ -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)