aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/extension_controller_test.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php
index 50710d0347..f137a49bf4 100644
--- a/tests/functional/extension_controller_test.php
+++ b/tests/functional/extension_controller_test.php
@@ -65,6 +65,17 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
}
}
+ public static function tearDownAfterClass()
+ {
+ $f_path = self::$config['phpbb_functional_path'];
+ // first we rename the install_ directory back to install
+ rename($f_path . 'install_/', $f_path . 'install/');
+
+ // @todo delete the fixtures from the $f_path board
+ // Note that it might be best to find a public domain function
+ // and port it into here instead of writing it from scratch
+ }
+
public function setUp()
{
parent::setUp();