aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_description/SPtests/rss/0.92/atom/0.3/tagline.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_description/SPtests/rss/0.92/atom/0.3/tagline.php')
-rw-r--r--simplepie/test/feed_description/SPtests/rss/0.92/atom/0.3/tagline.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/simplepie/test/feed_description/SPtests/rss/0.92/atom/0.3/tagline.php b/simplepie/test/feed_description/SPtests/rss/0.92/atom/0.3/tagline.php
deleted file mode 100644
index 6573f30da..000000000
--- a/simplepie/test/feed_description/SPtests/rss/0.92/atom/0.3/tagline.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Description_Test_RSS_092_Atom_03_Tagline extends SimplePie_Feed_Description_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:tagline>Feed Description</a:tagline>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Description';
- }
-}
-
-?> \ No newline at end of file