Procházet zdrojové kódy

Oops! Fixed typo in new test case name for Zend_Service_Twitter

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22334 44c647ce-9c0f-0410-b52a-842ac1e357ba
padraic před 15 roky
rodič
revize
3889f0648a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/Zend/Service/Twitter/TwitterTest.php

+ 1 - 1
tests/Zend/Service/Twitter/TwitterTest.php

@@ -47,7 +47,7 @@ require_once 'Zend/Http/Client/Adapter/Test.php';
  * @group      Zend_Service
  * @group      Zend_Service_Twitter
  */
-class Zend_Service_Twitter_TwitterTest2 extends PHPUnit_Framework_TestCase
+class Zend_Service_Twitter_TwitterTest extends PHPUnit_Framework_TestCase
 {
 
     /**