From 71022b14132e09eed4b45d301f60f451d9c2a6f1 Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 8 Jan 2014 15:52:46 -0500 Subject: [PATCH] CC-5651: Unit Test the Scheduler Removed unused code --- airtime_mvc/tests/application/helpers/TestHelper.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/airtime_mvc/tests/application/helpers/TestHelper.php b/airtime_mvc/tests/application/helpers/TestHelper.php index 9b332bda0..861a0044f 100644 --- a/airtime_mvc/tests/application/helpers/TestHelper.php +++ b/airtime_mvc/tests/application/helpers/TestHelper.php @@ -18,12 +18,6 @@ class TestHelper //the default storage is a session with namespace Zend_Auth $authStorage = $auth->getStorage(); $authStorage->write($userInfo); - - //Application_Model_LoginAttempts::resetAttempts($_SERVER['REMOTE_ADDR']); - //Application_Model_Subjects::resetLoginAttempts($username); - - //$tempSess = new Zend_Session_Namespace("referrer"); - //$tempSess->referrer = 'login'; } } } \ No newline at end of file