Merge branch 'ticket/igorw/9981' into develop-olympus

* ticket/igorw/9981:
  [ticket/9981] Fix unit test dependencies
This commit is contained in:
Igor Wiedler 2011-01-09 23:11:47 +01:00
commit 0a945100fd
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
*/
require_once __DIR__ . '/../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../phpBB/includes/utf/utf_tools.php';
class phpbb_request_request_var_test extends phpbb_test_case
{

View file

@ -7,6 +7,7 @@
*
*/
require_once __DIR__ . '/../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../phpBB/includes/template.php';
class phpbb_template_template_test extends phpbb_test_case