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