diff options
author | Nils Adermann <naderman@naderman.de> | 2008-11-24 00:29:58 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-11-24 00:29:58 +0000 |
commit | 21573a847394e996b4df49905a235f6506cbd270 (patch) | |
tree | e72aad07bca2e7aa995ec01f67cbc9d89bb55bf9 /tests/bbcode | |
parent | 0b119514123bfe6aa99589957cbfcb9b21fbbb2c (diff) | |
download | forums-21573a847394e996b4df49905a235f6506cbd270.tar forums-21573a847394e996b4df49905a235f6506cbd270.tar.gz forums-21573a847394e996b4df49905a235f6506cbd270.tar.bz2 forums-21573a847394e996b4df49905a235f6506cbd270.tar.xz forums-21573a847394e996b4df49905a235f6506cbd270.zip |
- updating all tests to use new framework
git-svn-id: file:///svn/phpbb/trunk@9106 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'tests/bbcode')
-rw-r--r-- | tests/bbcode/all_tests.php | 2 | ||||
-rw-r--r-- | tests/bbcode/parser_test.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bbcode/all_tests.php b/tests/bbcode/all_tests.php index 6703f67495..f4200fd0a9 100644 --- a/tests/bbcode/all_tests.php +++ b/tests/bbcode/all_tests.php @@ -15,7 +15,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) define('PHPUnit_MAIN_METHOD', 'phpbb_bbcode_all_tests::main'); } -require_once 'PHPUnit/Framework.php'; +require_once 'test_framework/framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; require_once 'bbcode/parser_test.php'; diff --git a/tests/bbcode/parser_test.php b/tests/bbcode/parser_test.php index 5e44754478..729fe93fc2 100644 --- a/tests/bbcode/parser_test.php +++ b/tests/bbcode/parser_test.php @@ -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'; |