aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php')
-rw-r--r--simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php b/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php
deleted file mode 100644
index 6a1a93e4e..000000000
--- a/simplepie/test/first_item_category_label/SPtests/rss/0.91-netscape/dc/1.0/subject.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Category_Label_Test_RSS_091_Netscape_DC_10_Subject extends SimplePie_First_Item_Category_Label_Test
-{
- function data()
- {
- $this->data =
-'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91" 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