From 019b345171d271535b32b09f82ad24c16ec8b0b8 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sat, 14 Jun 2014 15:30:47 +0530 Subject: [ticket/11528] Call parent::tearDown in overrided tearDown method PHPBB3-11528 --- tests/functional/fileupload_form_test.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/functional/fileupload_form_test.php') diff --git a/tests/functional/fileupload_form_test.php b/tests/functional/fileupload_form_test.php index cf36a0523f..f11213be38 100644 --- a/tests/functional/fileupload_form_test.php +++ b/tests/functional/fileupload_form_test.php @@ -27,6 +27,8 @@ class phpbb_functional_fileupload_form_test extends phpbb_functional_test_case public function tearDown() { + parent::tearDown(); + $iterator = new DirectoryIterator(__DIR__ . '/../../phpBB/files/'); foreach ($iterator as $fileinfo) { -- cgit v1.2.1