diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-12 21:47:48 -0500 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-12 21:47:48 -0500 |
| commit | 1441b70ae8e97782ae63c479b0635c1622078a48 (patch) | |
| tree | 64dae29cb1a561c2dd5e881ce7e965ef6705a7a3 /tests/test_framework | |
| parent | 2bc2cb1f6f78ef8cc2037941501d5389af009cd7 (diff) | |
| download | forums-1441b70ae8e97782ae63c479b0635c1622078a48.tar forums-1441b70ae8e97782ae63c479b0635c1622078a48.tar.gz forums-1441b70ae8e97782ae63c479b0635c1622078a48.tar.bz2 forums-1441b70ae8e97782ae63c479b0635c1622078a48.tar.xz forums-1441b70ae8e97782ae63c479b0635c1622078a48.zip | |
[ticket/10491] Make recreate_database static.
PHPBB3-10491
Diffstat (limited to 'tests/test_framework')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index 1e835fcc35..71bb994f21 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -192,7 +192,7 @@ class phpbb_functional_test_case extends phpbb_test_case return file_get_contents(self::$config['phpbb_functional_url'] . 'install/index.php?mode=install&sub=' . $sub, false, $context); } - private function recreate_database($config) + static private function recreate_database($config) { $db_conn_mgr = new phpbb_database_test_connection_manager($config); $db_conn_mgr->recreate_db(); |
