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