Fix AuthenticationManager test

This commit is contained in:
Johannes Meyer 2014-02-21 14:14:45 +01:00
parent 68357e9ca2
commit 485bbcd25d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ require_once 'Zend/Log.php';
require_once 'Zend/Config.php';
require_once BaseTestCase::$libDir . '/Application/Logger.php';
require_once BaseTestCase::$libDir . '/Authentication/Manager.php';
require_once BaseTestCase::$libDir . '/Authentication/Membership.php';
require_once BaseTestCase::$libDir . '/Authentication/Credential.php';
require_once BaseTestCase::$libDir . '/Exception/ConfigurationError.php';
require_once BaseTestCase::$libDir . '/Exception/ProgrammingError.php';