diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-07-14 00:56:37 -0400 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-07-14 10:10:05 -0400 |
| commit | 057d860d07fe829104aa938338830787415bc1c6 (patch) | |
| tree | 01d82d5623b86201f6dfba268fcaccb347ed0c7c /tests/dbal/auto_increment_test.php | |
| parent | 1e37d97909ccf52b08e2a809ea8a9365c824d8de (diff) | |
| download | forums-057d860d07fe829104aa938338830787415bc1c6.tar forums-057d860d07fe829104aa938338830787415bc1c6.tar.gz forums-057d860d07fe829104aa938338830787415bc1c6.tar.bz2 forums-057d860d07fe829104aa938338830787415bc1c6.tar.xz forums-057d860d07fe829104aa938338830787415bc1c6.zip | |
[ticket/11696] Rename db_tools.php so it can be autoloaded
PHPBB3-11696
Diffstat (limited to 'tests/dbal/auto_increment_test.php')
| -rw-r--r-- | tests/dbal/auto_increment_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dbal/auto_increment_test.php b/tests/dbal/auto_increment_test.php index e87fc1c6bd..077bfad933 100644 --- a/tests/dbal/auto_increment_test.php +++ b/tests/dbal/auto_increment_test.php @@ -8,7 +8,6 @@ */ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; -require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php'; class phpbb_dbal_auto_increment_test extends phpbb_database_test_case { |
