1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

- updating all tests to use new framework

git-svn-id: file:///svn/phpbb/trunk@9106 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2008-11-24 00:29:58 +00:00
parent 0b11951412
commit 21573a8473
12 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
define('IN_PHPBB', true);
require_once 'PHPUnit/Framework.php';
require_once 'test_framework/framework.php';
require_once '../phpBB/includes/bbcode/bbcode_parser_base.php';
require_once '../phpBB/includes/bbcode/bbcode_parser.php';