diff options
| author | Nils Adermann <naderman@naderman.de> | 2013-07-14 07:29:29 -0700 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2013-07-14 07:29:29 -0700 |
| commit | 3d9e57d0cec8f6d7883f8de1e461580047d18709 (patch) | |
| tree | 4fe7066739fd30e47c3448ef00118562cf72c519 /tests/functional | |
| parent | 1e37d97909ccf52b08e2a809ea8a9365c824d8de (diff) | |
| parent | f302cbe175e99f90448458f44a499eeb33f75261 (diff) | |
| download | forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar.gz forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar.bz2 forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar.xz forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.zip | |
Merge pull request #1558 from nickvergessen/ticket/11696
[ticket/11696] Rename db_tools.php so it can be autoloaded
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/extension_controller_test.php | 1 | ||||
| -rw-r--r-- | tests/functional/extension_module_test.php | 2 | ||||
| -rw-r--r-- | tests/functional/metadata_manager_test.php | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php index 9ddf1e3e5c..7d29f0000c 100644 --- a/tests/functional/extension_controller_test.php +++ b/tests/functional/extension_controller_test.php @@ -6,7 +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'; /** * @group functional 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'; /** diff --git a/tests/functional/metadata_manager_test.php b/tests/functional/metadata_manager_test.php index c55e7373ea..651c99a99d 100644 --- a/tests/functional/metadata_manager_test.php +++ b/tests/functional/metadata_manager_test.php @@ -7,8 +7,6 @@ * */ -require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php'; - /** * @group functional */ |
