aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_module_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-14 01:01:53 -0400
committerJoas Schilling <nickvergessen@gmx.de>2013-07-14 10:10:05 -0400
commit5d4c443c2df1685578084417123d52b86eb3bfb6 (patch)
tree4f776973c96b9a4e9556fa62a1f282d4a7ea81e7 /tests/functional/extension_module_test.php
parent057d860d07fe829104aa938338830787415bc1c6 (diff)
downloadforums-5d4c443c2df1685578084417123d52b86eb3bfb6.tar
forums-5d4c443c2df1685578084417123d52b86eb3bfb6.tar.gz
forums-5d4c443c2df1685578084417123d52b86eb3bfb6.tar.bz2
forums-5d4c443c2df1685578084417123d52b86eb3bfb6.tar.xz
forums-5d4c443c2df1685578084417123d52b86eb3bfb6.zip
[ticket/11696] Remove manual loading of db_tools in extension controller test
Remember to store the file, before commiting it... PHPBB3-11696
Diffstat (limited to 'tests/functional/extension_module_test.php')
-rw-r--r--tests/functional/extension_module_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/extension_module_test.php b/tests/functional/extension_module_test.php
index c573ea5410..c31a892ce9 100644
--- a/tests/functional/extension_module_test.php
+++ b/tests/functional/extension_module_test.php
@@ -6,8 +6,6 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
-
-require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/acp/acp_modules.php';
/**