aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php')
-rw-r--r--simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php b/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php
deleted file mode 100644
index 89fd41849..000000000
--- a/simplepie/test/feed_category_label/SPtests/atom/1.0/dc/1.1/subject.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-class SimplePie_Feed_Category_Label_Test_Atom_10_DC_11_Subject extends SimplePie_Feed_Category_Label_Test
-{
- function data()
- {
- $this->data =
-'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <dc:subject>Feed Category</dc:subject>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Category';
- }
-}
-
-?> \ No newline at end of file