diff options
Diffstat (limited to 'ext/soap/tests/schema/schema004.phpt')
-rw-r--r-- | ext/soap/tests/schema/schema004.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/schema/schema004.phpt b/ext/soap/tests/schema/schema004.phpt index 93ed1d17f1..b930e40b4c 100644 --- a/ext/soap/tests/schema/schema004.phpt +++ b/ext/soap/tests/schema/schema004.phpt @@ -8,9 +8,9 @@ precision=14 <?php include "test_schema.inc"; $schema = <<<EOF - <simpleType name="testType"> - <restriction base="tns:testType2"/> - </simpleType> + <simpleType name="testType"> + <restriction base="tns:testType2"/> + </simpleType> EOF; test_schema($schema,'type="tns:testType"',123.5); echo "ok"; |