Procházet zdrojové kódy

Updated name of Zend_Service_WindowsAzure test suite to match common format

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24674 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan před 14 roky
rodič
revize
065fbc1353
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/Zend/Service/WindowsAzure/AllTests.php

+ 1 - 1
tests/Zend/Service/WindowsAzure/AllTests.php

@@ -62,7 +62,7 @@ class Zend_Service_WindowsAzure_AllTests
 
     public static function suite()
     {
-        $suite = new PHPUnit_Framework_TestSuite(__CLASS__);
+        $suite = new PHPUnit_Framework_TestSuite('Zend Framework - Zend_Service_WindowsAzure');
 
         $suite->addTest(Zend_Service_WindowsAzure_Credentials_AllTests::suite());
         $suite->addTest(Zend_Service_WindowsAzure_Diagnostics_AllTests::suite());