summaryrefslogtreecommitdiff
path: root/tests/unit/Security/TAuthManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Security/TAuthManagerTest.php')
-rw-r--r--tests/unit/Security/TAuthManagerTest.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/unit/Security/TAuthManagerTest.php b/tests/unit/Security/TAuthManagerTest.php
index 3b8b9305..b61953e5 100644
--- a/tests/unit/Security/TAuthManagerTest.php
+++ b/tests/unit/Security/TAuthManagerTest.php
@@ -1,8 +1,12 @@
<?php
-Prado::using('System.Security.TAuthManager');
-Prado::using('System.Security.TUserManager');
-Prado::using('System.Xml.TXmlDocument');
+use Prado\Exceptions\TConfigurationException;
+use Prado\Exceptions\TInvalidOperationException;
+use Prado\Security\TAuthManager;
+use Prado\Security\TUserManager;
+use Prado\TApplication;
+use Prado\Xml\TXmlDocument;
+
/**
* @package System.Security