diff options
Diffstat (limited to 'tests/utf/utf8_wordwrap_test.php')
| -rw-r--r-- | tests/utf/utf8_wordwrap_test.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/utf/utf8_wordwrap_test.php b/tests/utf/utf8_wordwrap_test.php index 7015f5252c..26a3ebf26d 100644 --- a/tests/utf/utf8_wordwrap_test.php +++ b/tests/utf/utf8_wordwrap_test.php @@ -1,4 +1,13 @@ <?php +/** +* +* @package testing +* @version $Id$ +* @copyright (c) 2008 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* +*/ + define('IN_PHPBB', true); require_once 'PHPUnit/Framework.php'; |
