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