diff options
Diffstat (limited to 'ext/soap/tests/schema/schema055.phpt')
-rw-r--r-- | ext/soap/tests/schema/schema055.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/soap/tests/schema/schema055.phpt b/ext/soap/tests/schema/schema055.phpt index 14dbdb7c1d..1a23e2fa6e 100644 --- a/ext/soap/tests/schema/schema055.phpt +++ b/ext/soap/tests/schema/schema055.phpt @@ -8,12 +8,12 @@ precision=14 <?php include "test_schema.inc"; $schema = <<<EOF - <complexType name="testType"> - <complexContent> - <extension base="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap"> - </extension> + <complexType name="testType"> + <complexContent> + <extension base="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap"> + </extension> </complexContent> - </complexType> + </complexType> EOF; test_schema($schema,'type="testType"',array('a'=>123,'b'=>123.5)); echo "ok"; |