aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_image_width/SPtests/atom/1.0/icon-default.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_image_width/SPtests/atom/1.0/icon-default.php')
-rw-r--r--simplepie/test/feed_image_width/SPtests/atom/1.0/icon-default.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/simplepie/test/feed_image_width/SPtests/atom/1.0/icon-default.php b/simplepie/test/feed_image_width/SPtests/atom/1.0/icon-default.php
new file mode 100644
index 000000000..e409a08f3
--- /dev/null
+++ b/simplepie/test/feed_image_width/SPtests/atom/1.0/icon-default.php
@@ -0,0 +1,19 @@
+<?php
+
+class SimplePie_Feed_Image_Width_Test_Atom_10_Icon_Default extends SimplePie_Feed_Image_Width_Test
+{
+ function data()
+ {
+ $this->data =
+'<feed xmlns="http://www.w3.org/2005/Atom">
+ <icon>http://example.com/</icon>
+</feed>';
+ }
+
+ function expected()
+ {
+ $this->expected = NULL;
+ }
+}
+
+?>