From 2bf1a517f3edc1bd43b8e3340f0f6fd31b1ba94a Mon Sep 17 00:00:00 2001 From: David Date: Mon, 10 Aug 2015 06:42:01 +0200 Subject: fix unit tests --- framework/Security/TSecurityManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Security/TSecurityManager.php') diff --git a/framework/Security/TSecurityManager.php b/framework/Security/TSecurityManager.php index e0239f8e..e8e355c7 100644 --- a/framework/Security/TSecurityManager.php +++ b/framework/Security/TSecurityManager.php @@ -151,7 +151,7 @@ class TSecurityManager extends \Prado\TModule */ public function setValidation($value) { - $this->_hashAlgorithm = TPropertyValue::ensureEnum($value, 'TSecurityManagerValidationMode'); + $this->_hashAlgorithm = TPropertyValue::ensureEnum($value, 'Prado\\Security\\TSecurityManagerValidationMode'); } /** -- cgit v1.2.3