diff options
Diffstat (limited to 'tests/unit/Util/TSimpleDateFormatterTest.php')
-rw-r--r-- | tests/unit/Util/TSimpleDateFormatterTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/Util/TSimpleDateFormatterTest.php b/tests/unit/Util/TSimpleDateFormatterTest.php index ce6f1234..a400a86e 100644 --- a/tests/unit/Util/TSimpleDateFormatterTest.php +++ b/tests/unit/Util/TSimpleDateFormatterTest.php @@ -1,6 +1,7 @@ <?php -Prado::using('System.Util.TSimpleDateFormatter'); +use Prado\Util\TSimpleDateFormatter; + /** * @package System.Util |