diff options
Diffstat (limited to 'tests/unit/I18N/core/NumberFormatInfoTest.php')
-rw-r--r-- | tests/unit/I18N/core/NumberFormatInfoTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/I18N/core/NumberFormatInfoTest.php b/tests/unit/I18N/core/NumberFormatInfoTest.php index 6243095a..fb1b7a8a 100644 --- a/tests/unit/I18N/core/NumberFormatInfoTest.php +++ b/tests/unit/I18N/core/NumberFormatInfoTest.php @@ -2,7 +2,8 @@ //NOTE: This page require UTF-8 aware editors -Prado::using('System.I18N.core.NumberFormatInfo'); +use Prado\I18N\core\NumberFormatInfo; + /** * @package System.I18N.core |