summaryrefslogtreecommitdiff
path: root/tests/unit/Util
diff options
context:
space:
mode:
authorDavid <ottodavid@gmx.net>2015-08-10 06:42:01 +0200
committerDavid <ottodavid@gmx.net>2015-08-10 17:22:33 +0200
commit2bf1a517f3edc1bd43b8e3340f0f6fd31b1ba94a (patch)
tree285d7182be15299d8c0cdac1bd8aa1e397fa69d4 /tests/unit/Util
parent92ee7558c6b6dd2461b645cb1f19a81ef8c50db5 (diff)
fix unit tests
Diffstat (limited to 'tests/unit/Util')
-rw-r--r--tests/unit/Util/TDateTimeStampTest.php3
-rw-r--r--tests/unit/Util/TLoggerTest.php1
-rw-r--r--tests/unit/Util/TSimpleDateFormatterTest.php3
3 files changed, 4 insertions, 3 deletions
diff --git a/tests/unit/Util/TDateTimeStampTest.php b/tests/unit/Util/TDateTimeStampTest.php
index 37784ef3..6d2a7c24 100644
--- a/tests/unit/Util/TDateTimeStampTest.php
+++ b/tests/unit/Util/TDateTimeStampTest.php
@@ -1,7 +1,8 @@
<?php
-Prado::using('System.Util.TDateTimeStamp');
+use Prado\Util\TDateTimeStamp;
+
/**
* @package System.Util
diff --git a/tests/unit/Util/TLoggerTest.php b/tests/unit/Util/TLoggerTest.php
index 03b36c5b..fef1d95b 100644
--- a/tests/unit/Util/TLoggerTest.php
+++ b/tests/unit/Util/TLoggerTest.php
@@ -1,6 +1,5 @@
<?php
-Prado::using('System.Util.TLogger');
/**
* @package System.Util
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