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