aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_copyright/SPtests/rss/0.92
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_copyright/SPtests/rss/0.92')
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php21
-rw-r--r--simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php21
4 files changed, 0 insertions, 84 deletions
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php
deleted file mode 100644
index 8b70888ea..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/atom/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_Atom_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:rights>Example Copyright Information</a:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php
deleted file mode 100644
index f364e7b3c..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_Copyright extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92">
- <channel>
- <copyright>Example Copyright Information</copyright>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php
deleted file mode 100644
index 68a8a5c9a..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.0/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_DC_10_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" 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
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php
deleted file mode 100644
index 6607d1674..000000000
--- a/simplepie/test/feed_copyright/SPtests/rss/0.92/dc/1.1/rights.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_092_DC_11_Rights extends SimplePie_Feed_Copyright_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:rights>Example Copyright Information</dc:rights>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Example Copyright Information';
- }
-}
-
-?> \ No newline at end of file