From 2bf1a517f3edc1bd43b8e3340f0f6fd31b1ba94a Mon Sep 17 00:00:00 2001 From: David Date: Mon, 10 Aug 2015 06:42:01 +0200 Subject: fix unit tests --- tests/unit/I18N/core/NumberFormatTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/I18N/core/NumberFormatTest.php') diff --git a/tests/unit/I18N/core/NumberFormatTest.php b/tests/unit/I18N/core/NumberFormatTest.php index ef8add77..d43c0248 100644 --- a/tests/unit/I18N/core/NumberFormatTest.php +++ b/tests/unit/I18N/core/NumberFormatTest.php @@ -2,7 +2,8 @@ //NOTE: This page require UTF-8 aware editors -Prado::using('System.I18N.core.NumberFormat'); +use Prado\I18N\core\NumberFormat; + /** * @package System.I18N.core -- cgit v1.2.3