diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-07-13 00:25:25 +0200 | 
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-13 00:25:25 +0200 | 
| commit | c4cd1c58c11c2a9cb078518a2fbc54851a5c6f95 (patch) | |
| tree | c74475f31f6e1e20ea70465e39dabfc879534b61 | |
| parent | dd78b564e56152be559b4ec476e35698fa32e1bf (diff) | |
| download | forums-c4cd1c58c11c2a9cb078518a2fbc54851a5c6f95.tar forums-c4cd1c58c11c2a9cb078518a2fbc54851a5c6f95.tar.gz forums-c4cd1c58c11c2a9cb078518a2fbc54851a5c6f95.tar.bz2 forums-c4cd1c58c11c2a9cb078518a2fbc54851a5c6f95.tar.xz forums-c4cd1c58c11c2a9cb078518a2fbc54851a5c6f95.zip | |
[ticket/12844] Don't clear $dbpasswd early in connection manager
PHPBB3-12844
| -rw-r--r-- | tests/test_framework/phpbb_test_case_helpers.php | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/tests/test_framework/phpbb_test_case_helpers.php b/tests/test_framework/phpbb_test_case_helpers.php index ade1bf6e23..dee70ad016 100644 --- a/tests/test_framework/phpbb_test_case_helpers.php +++ b/tests/test_framework/phpbb_test_case_helpers.php @@ -148,7 +148,6 @@ class phpbb_test_case_helpers  		{  			$config_php_file->set_config_file($test_config);  			extract($config_php_file->get_all()); -			unset($dbpasswd);  			$config = array_merge($config, array(  				'dbms'		=> $config_php_file->convert_30_dbms_to_31($dbms), | 
