Explorar el Código

Adding a reference to the related ticket ZF-6526

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17771 44c647ce-9c0f-0410-b52a-842ac1e357ba
lars hace 16 años
padre
commit
d744e81de1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tests/Zend/XmlRpc/ServerTest.php

+ 3 - 0
tests/Zend/XmlRpc/ServerTest.php

@@ -174,6 +174,9 @@ class Zend_XmlRpc_ServerTest extends PHPUnit_Framework_TestCase
         $this->assertFalse(in_array('test.__construct', $methods));
     }
 
+    /**
+     * @group ZF-6526
+     */
     public function testSettingClassWithArguments()
     {
         $this->_server->setClass('Zend_XmlRpc_Server_testClass', 'test', 'argv-argument');