aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-06-11 14:30:33 -0700
committerNils Adermann <naderman@naderman.de>2012-06-11 14:30:33 -0700
commit3852f78bb4f640f4ad0bc7c084bbade4d12e79bd (patch)
tree986791f5e7f72525ebcf3b2ebce08f91f20ab4c6
parent300b420e01b7fc800122d9d12c10679d077e2f8a (diff)
parent5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec (diff)
downloadforums-3852f78bb4f640f4ad0bc7c084bbade4d12e79bd.tar
forums-3852f78bb4f640f4ad0bc7c084bbade4d12e79bd.tar.gz
forums-3852f78bb4f640f4ad0bc7c084bbade4d12e79bd.tar.bz2
forums-3852f78bb4f640f4ad0bc7c084bbade4d12e79bd.tar.xz
forums-3852f78bb4f640f4ad0bc7c084bbade4d12e79bd.zip
Merge pull request #796 from imkingdavid/ticket/10837
[ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
-rw-r--r--tests/functional/extension_controller_test.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php
index 4ee0e68718..e9409d9d3f 100644
--- a/tests/functional/extension_controller_test.php
+++ b/tests/functional/extension_controller_test.php
@@ -65,15 +65,6 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
}
}
- public static function tearDownAfterClass()
- {
- $phpbb_root_path = self::$config['phpbb_functional_path'];
-
- // @todo delete the fixtures from the $phpbb_root_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();