diff options
Diffstat (limited to 'tests/unit/I18N/core/NumberFormatInfoTest.php')
-rw-r--r-- | tests/unit/I18N/core/NumberFormatInfoTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/I18N/core/NumberFormatInfoTest.php b/tests/unit/I18N/core/NumberFormatInfoTest.php index e01ba43e..d522144f 100644 --- a/tests/unit/I18N/core/NumberFormatInfoTest.php +++ b/tests/unit/I18N/core/NumberFormatInfoTest.php @@ -1,5 +1,5 @@ <?php -require_once dirname(__FILE__).'/../../phpunit.php'; + //NOTE: This page require UTF-8 aware editors Prado::using('System.I18N.core.NumberFormatInfo'); |