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