aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fileupload_remote_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fileupload_remote_test.php')
-rw-r--r--tests/functional/fileupload_remote_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/fileupload_remote_test.php b/tests/functional/fileupload_remote_test.php
index f904258a5c..5d935eec59 100644
--- a/tests/functional/fileupload_remote_test.php
+++ b/tests/functional/fileupload_remote_test.php
@@ -40,6 +40,8 @@ class phpbb_functional_fileupload_remote_test extends phpbb_functional_test_case
public function tearDown()
{
+ parent::tearDown();
+
global $config, $user;
$user = null;
$config = array();