summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug25756_2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug25756_2.xml')
-rw-r--r--ext/simplexml/tests/bug25756_2.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/simplexml/tests/bug25756_2.xml b/ext/simplexml/tests/bug25756_2.xml
deleted file mode 100644
index 53037ef769..0000000000
--- a/ext/simplexml/tests/bug25756_2.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<foo>
- <items>
- <item>
- <product-name>abc</product-name>
- <quantity>abc</quantity>
- </item>
- <item>
- <product-name>abc</product-name>
- <quantity>123</quantity>
- </item>
- </items>
-</foo>