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

[ticket/11528] Call parent::tearDown in overrided tearDown method

PHPBB3-11528
This commit is contained in:
Dhruv
2014-06-14 15:30:47 +05:30
parent 648cbbd9a0
commit 019b345171
4 changed files with 8 additions and 0 deletions

View File

@@ -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();