Update autload classmap

This commit is contained in:
Michael RICOIS 2014-09-16 08:22:59 +00:00
parent 5614a05f9a
commit 77fc5496cf

View File

@ -1655,6 +1655,14 @@ return array(
'Zend_Service_Amazon_Sqs' => dirname(__FILE__) . '/Service/Amazon/Sqs.php', 'Zend_Service_Amazon_Sqs' => dirname(__FILE__) . '/Service/Amazon/Sqs.php',
'Zend_Service_Amazon' => dirname(__FILE__) . '/Service/Amazon.php', 'Zend_Service_Amazon' => dirname(__FILE__) . '/Service/Amazon.php',
'Zend_Service_Audioscrobbler' => dirname(__FILE__) . '/Service/Audioscrobbler.php', 'Zend_Service_Audioscrobbler' => dirname(__FILE__) . '/Service/Audioscrobbler.php',
'Zend_Service_Console_Command_ParameterSource_Argv' => dirname(__FILE__) . '/Service/Console/Command/ParameterSource/Argv.php',
'Zend_Service_Console_Command_ParameterSource_ConfigFile' => dirname(__FILE__) . '/Service/Console/Command/ParameterSource/ConfigFile.php',
'Zend_Service_Console_Command_ParameterSource_Env' => dirname(__FILE__) . '/Service/Console/Command/ParameterSource/Env.php',
'Zend_Service_Console_Command_ParameterSource_ParameterSourceInterface' => dirname(__FILE__) . '/Service/Console/Command/ParameterSource/ParameterSourceInterface.php',
'Zend_Service_Console_Command_ParameterSource_Prompt' => dirname(__FILE__) . '/Service/Console/Command/ParameterSource/Prompt.php',
'Zend_Service_Console_Command_ParameterSource_StdIn' => dirname(__FILE__) . '/Service/Console/Command/ParameterSource/StdIn.php',
'Zend_Service_Console_Command' => dirname(__FILE__) . '/Service/Console/Command.php',
'Zend_Service_Console_Exception' => dirname(__FILE__) . '/Service/Console/Exception.php',
'Zend_Service_Delicious_Exception' => dirname(__FILE__) . '/Service/Delicious/Exception.php', 'Zend_Service_Delicious_Exception' => dirname(__FILE__) . '/Service/Delicious/Exception.php',
'Zend_Service_Delicious_Post' => dirname(__FILE__) . '/Service/Delicious/Post.php', 'Zend_Service_Delicious_Post' => dirname(__FILE__) . '/Service/Delicious/Post.php',
'Zend_Service_Delicious_PostList' => dirname(__FILE__) . '/Service/Delicious/PostList.php', 'Zend_Service_Delicious_PostList' => dirname(__FILE__) . '/Service/Delicious/PostList.php',
@ -2029,10 +2037,10 @@ return array(
'Zend_Tag_Taggable' => dirname(__FILE__) . '/Tag/Taggable.php', 'Zend_Tag_Taggable' => dirname(__FILE__) . '/Tag/Taggable.php',
'Zend_Test_DbAdapter' => dirname(__FILE__) . '/Test/DbAdapter.php', 'Zend_Test_DbAdapter' => dirname(__FILE__) . '/Test/DbAdapter.php',
'Zend_Test_DbStatement' => dirname(__FILE__) . '/Test/DbStatement.php', 'Zend_Test_DbStatement' => dirname(__FILE__) . '/Test/DbStatement.php',
'Zend_Test_PHPUnit_Constraint_DomQuery' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/DomQuery37.php', 'Zend_Test_PHPUnit_Constraint_DomQuery' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/DomQuery41.php',
'Zend_Test_PHPUnit_Constraint_Exception' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/Exception.php', 'Zend_Test_PHPUnit_Constraint_Exception' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/Exception.php',
'Zend_Test_PHPUnit_Constraint_Redirect' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/Redirect37.php', 'Zend_Test_PHPUnit_Constraint_Redirect' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/Redirect41.php',
'Zend_Test_PHPUnit_Constraint_ResponseHeader' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/ResponseHeader37.php', 'Zend_Test_PHPUnit_Constraint_ResponseHeader' => dirname(__FILE__) . '/Test/PHPUnit/Constraint/ResponseHeader41.php',
'Zend_Test_PHPUnit_ControllerTestCase' => dirname(__FILE__) . '/Test/PHPUnit/ControllerTestCase.php', 'Zend_Test_PHPUnit_ControllerTestCase' => dirname(__FILE__) . '/Test/PHPUnit/ControllerTestCase.php',
'Zend_Test_PHPUnit_DatabaseTestCase' => dirname(__FILE__) . '/Test/PHPUnit/DatabaseTestCase.php', 'Zend_Test_PHPUnit_DatabaseTestCase' => dirname(__FILE__) . '/Test/PHPUnit/DatabaseTestCase.php',
'Zend_Test_PHPUnit_Db_Connection' => dirname(__FILE__) . '/Test/PHPUnit/Db/Connection.php', 'Zend_Test_PHPUnit_Db_Connection' => dirname(__FILE__) . '/Test/PHPUnit/Db/Connection.php',