mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/14561] Remove requires for functions in tests
PHPBB3-14561
This commit is contained in:
parent
2b90591a31
commit
1641fd18c1
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__) . '/../../../phpBB/includes/functions_user.php';
|
||||
require_once dirname(__FILE__) . '/../../../phpBB/includes/functions.php';
|
||||
require_once dirname(__FILE__) . '/../../../phpBB/includes/utf/utf_tools.php';
|
||||
|
||||
abstract class phpbb_console_user_base extends phpbb_database_test_case
|
||||
{
|
||||
protected $db;
|
||||
|
|
Loading…
Add table
Reference in a new issue