diff options
Diffstat (limited to 'tests/unit/I18N/core/DateFormatTest.php')
-rw-r--r-- | tests/unit/I18N/core/DateFormatTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/I18N/core/DateFormatTest.php b/tests/unit/I18N/core/DateFormatTest.php index d8350204..b6a8667a 100644 --- a/tests/unit/I18N/core/DateFormatTest.php +++ b/tests/unit/I18N/core/DateFormatTest.php @@ -1,7 +1,8 @@ <?php -Prado::using('System.I18N.core.DateFormat'); +use Prado\I18N\core\DateFormat; + /** * @package System.I18N.core |