aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php')
-rw-r--r--simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php b/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php
new file mode 100644
index 000000000..4ad0bf41e
--- /dev/null
+++ b/simplepie/test/feed_image_width/SPtests/rss/1.0/url-default.php
@@ -0,0 +1,21 @@
+<?php
+
+class SimplePie_Feed_Image_Width_Test_RSS_10 extends SimplePie_Feed_Image_Width_Test
+{
+ function data()
+ {
+ $this->data =
+'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
+ <image>
+ <url>http://example.com/</url>
+ </image>
+</rdf:RDF>';
+ }
+
+ function expected()
+ {
+ $this->expected = NULL;
+ }
+}
+
+?> \ No newline at end of file