Explorar o 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 %!s(int64=14) %!d(string=hai) anos
pai
achega
065fbc1353
Modificáronse 1 ficheiros con 1 adicións e 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());