1
0
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:
Meik Sievertsen
2008-06-03 16:15:01 +00:00
parent 990e3cd4b2
commit 7591a84c0d
5 changed files with 173 additions and 2 deletions

View File

@@ -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