Просмотр исходного кода

Fixed redeclare class

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23134 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon 15 лет назад
Родитель
Сommit
0851a2785c
1 измененных файлов с 1 добавлено и 1 удалено
  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()
     {