mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/11450] Require db_tools file to be included
PHPBB3-11450
This commit is contained in:
parent
0de153d903
commit
a44a35926f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/db/db_tools.php';
|
||||
|
||||
class metadata_manager_test extends phpbb_database_test_case
|
||||
{
|
||||
protected $class_loader;
|
||||
|
|
Loading…
Add table
Reference in a new issue