Procházet zdrojové kódy

Fixed redeclare class

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23134 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon před 15 roky
rodič
revize
0851a2785c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/Zend/Http/UserAgent/AllTests.php

+ 1 - 1
tests/Zend/Http/UserAgent/AllTests.php

@@ -38,7 +38,7 @@ require_once 'Zend/Http/UserAgent/Features/Adapter/WurflApiTest.php';
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  * @group      Zend_Http
  */
-class Zend_Http_AllTests
+class Zend_Http_UserAgent_AllTests
 {
     public static function main()
     {