aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php')
-rw-r--r--simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php b/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php
deleted file mode 100644
index b13e9f5cb..000000000
--- a/simplepie/test/feed_category_label/SPtests/rss/2.0/dc/1.0/subject.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Category_Label_Test_RSS_20_DC_10_Subject extends SimplePie_Feed_Category_Label_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:subject>Feed Category</dc:subject>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Category';
- }
-}
-
-?> \ No newline at end of file