Переглянути джерело

Zend_Soap: minor unit tests fix.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23333 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 15 роки тому
батько
коміт
07ec6b6691

+ 1 - 1
tests/Zend/Soap/Wsdl/ArrayOfTypeComplexStrategyTest.php

@@ -131,7 +131,7 @@ class Zend_Soap_Wsdl_ArrayOfTypeComplexStrategyTest extends PHPUnit_Framework_Te
         );
 
         $this->assertContains(
-            '<xsd:complexType name="Zend_Soap_Wsdl_ComplexObjectWithObjectStructure"><xsd:all><xsd:element name="object" type="tns:Zend_Soap_Wsdl_ComplexTest"/></xsd:all></xsd:complexType>',
+            '<xsd:complexType name="Zend_Soap_Wsdl_ComplexObjectWithObjectStructure"><xsd:all><xsd:element name="object" type="tns:Zend_Soap_Wsdl_ComplexTest" nillable="true"/></xsd:all></xsd:complexType>',
             $wsdl
         );