mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
two new tests, added security suite and fixed utf8 tests.
git-svn-id: file:///svn/phpbb/trunk@8584 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -12,8 +12,8 @@ define('IN_PHPBB', true);
|
||||
|
||||
require_once 'PHPUnit/Framework.php';
|
||||
|
||||
$phpbb_root_path = '../phpBB/';
|
||||
$phpEx = 'php';
|
||||
define(PHPBB_ROOT_PATH, '../phpBB/');
|
||||
define(PHP_EXT, 'php');
|
||||
require_once '../phpBB/includes/utf/utf_tools.php';
|
||||
|
||||
class phpbb_utf_utf8_clean_string_test extends PHPUnit_Framework_TestCase
|
||||
|
Reference in New Issue
Block a user