Explorar el Código

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 hace 14 años
padre
commit
065fbc1353
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());