aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php')
-rw-r--r--simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php b/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php
deleted file mode 100644
index b30d364f3..000000000
--- a/simplepie/test/feed_image_width/SPtests/rss/0.92/atom/1.0/logo-default.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Image_Width_Test_RSS_092_Atom_10_Logo extends SimplePie_Feed_Image_Width_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:logo>http://example.com/</a:logo>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = NULL;
- }
-}
-
-?> \ No newline at end of file