diff options
Diffstat (limited to 'tests/config/db_test.php')
| -rw-r--r-- | tests/config/db_test.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/config/db_test.php b/tests/config/db_test.php index e817545a54..0b8f73d53a 100644 --- a/tests/config/db_test.php +++ b/tests/config/db_test.php @@ -3,12 +3,10 @@ * * @package testing * @copyright (c) 2010 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ -require_once dirname(__FILE__) . '/../mock/cache.php'; - class phpbb_config_db_test extends phpbb_database_test_case { private $cache; |
