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/NumberFormatInfoTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/I18N/core/NumberFormatInfoTest.php') 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 -- cgit v1.2.3