diff options
author | David King <imkingdavid@gmail.com> | 2012-05-07 10:39:49 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-05-07 10:39:49 -0400 |
commit | 5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec (patch) | |
tree | 554323a3961d918fa44532a1b426cf59d17332bc /tests/functional/extension_controller_test.php | |
parent | 30579ecb09e2160c450e5d740c36ab052d2ec93d (diff) | |
download | forums-5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec.tar forums-5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec.tar.gz forums-5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec.tar.bz2 forums-5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec.tar.xz forums-5b96b5fce7283ebd52f88ef6daa3c8233a7df1ec.zip |
[ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
PHPBB3-10837
Diffstat (limited to 'tests/functional/extension_controller_test.php')
-rw-r--r-- | tests/functional/extension_controller_test.php | 9 |
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(); |