aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_module_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-06-11 11:14:24 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-06-11 11:14:24 +0200
commit68d15f0f14dfdc827e1169a73c194a9e30795605 (patch)
tree7d6fc46134e5b8824c790ca407704955a280c57c /tests/functional/extension_module_test.php
parent0b3f18208354aabc5b9c8901c2950e9626c3e5f3 (diff)
downloadforums-68d15f0f14dfdc827e1169a73c194a9e30795605.tar
forums-68d15f0f14dfdc827e1169a73c194a9e30795605.tar.gz
forums-68d15f0f14dfdc827e1169a73c194a9e30795605.tar.bz2
forums-68d15f0f14dfdc827e1169a73c194a9e30795605.tar.xz
forums-68d15f0f14dfdc827e1169a73c194a9e30795605.zip
[ticket/11550] Move comments to correct function
PHPBB3-11550
Diffstat (limited to 'tests/functional/extension_module_test.php')
-rw-r--r--tests/functional/extension_module_test.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/functional/extension_module_test.php b/tests/functional/extension_module_test.php
index e95f0b7e3f..12113bedac 100644
--- a/tests/functional/extension_module_test.php
+++ b/tests/functional/extension_module_test.php
@@ -23,10 +23,6 @@ class phpbb_functional_extension_module_test extends phpbb_functional_test_case
'',
);
- /**
- * This should only be called once before the tests are run.
- * This is used to copy the fixtures to the phpBB install
- */
static public function setUpBeforeClass()
{
parent::setUpBeforeClass();
@@ -35,10 +31,6 @@ class phpbb_functional_extension_module_test extends phpbb_functional_test_case
self::$helper->copy_ext_fixtures(dirname(__FILE__) . '/fixtures/ext/', self::$fixtures);
}
- /**
- * This should only be called once after the tests are run.
- * This is used to remove the fixtures from the phpBB install
- */
static public function tearDownAfterClass()
{
parent::tearDownAfterClass();