mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/11528] Move parent::tearDown() to end of tearDown()
PHPBB3-11528
This commit is contained in:
@@ -40,11 +40,11 @@ class phpbb_functional_fileupload_remote_test extends phpbb_functional_test_case
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
global $config, $user;
|
||||
$user = null;
|
||||
$config = array();
|
||||
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
public function test_invalid_extension()
|
||||
|
Reference in New Issue
Block a user