aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_description/SPtests/rss/1.0
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_description/SPtests/rss/1.0')
-rw-r--r--simplepie/test/feed_description/SPtests/rss/1.0/atom/0.3/tagline.php21
-rw-r--r--simplepie/test/feed_description/SPtests/rss/1.0/atom/1.0/subtitle.php21
-rw-r--r--simplepie/test/feed_description/SPtests/rss/1.0/dc/1.0/description.php21
-rw-r--r--simplepie/test/feed_description/SPtests/rss/1.0/dc/1.1/description.php21
-rw-r--r--simplepie/test/feed_description/SPtests/rss/1.0/description.php21
5 files changed, 0 insertions, 105 deletions
diff --git a/simplepie/test/feed_description/SPtests/rss/1.0/atom/0.3/tagline.php b/simplepie/test/feed_description/SPtests/rss/1.0/atom/0.3/tagline.php
deleted file mode 100644
index 4a86e3bae..000000000
--- a/simplepie/test/feed_description/SPtests/rss/1.0/atom/0.3/tagline.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Description_Test_RSS_10_Atom_03_Tagline extends SimplePie_Feed_Description_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:tagline>Feed Description</a:tagline>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Description';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_description/SPtests/rss/1.0/atom/1.0/subtitle.php b/simplepie/test/feed_description/SPtests/rss/1.0/atom/1.0/subtitle.php
deleted file mode 100644
index c193059de..000000000
--- a/simplepie/test/feed_description/SPtests/rss/1.0/atom/1.0/subtitle.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Description_Test_RSS_10_Atom_10_Subtitle extends SimplePie_Feed_Description_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:subtitle>Feed Description</a:subtitle>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Description';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_description/SPtests/rss/1.0/dc/1.0/description.php b/simplepie/test/feed_description/SPtests/rss/1.0/dc/1.0/description.php
deleted file mode 100644
index 79135f67a..000000000
--- a/simplepie/test/feed_description/SPtests/rss/1.0/dc/1.0/description.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Description_Test_RSS_10_DC_10_Description extends SimplePie_Feed_Description_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:description>Feed Description</dc:description>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Description';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_description/SPtests/rss/1.0/dc/1.1/description.php b/simplepie/test/feed_description/SPtests/rss/1.0/dc/1.1/description.php
deleted file mode 100644
index dd4e64dd7..000000000
--- a/simplepie/test/feed_description/SPtests/rss/1.0/dc/1.1/description.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Description_Test_RSS_10_DC_11_Description extends SimplePie_Feed_Description_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:description>Feed Description</dc:description>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Description';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_description/SPtests/rss/1.0/description.php b/simplepie/test/feed_description/SPtests/rss/1.0/description.php
deleted file mode 100644
index 82a2479a3..000000000
--- a/simplepie/test/feed_description/SPtests/rss/1.0/description.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Description_Test_RSS_10_Description extends SimplePie_Feed_Description_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
- <channel>
- <description>Feed Description</description>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Description';
- }
-}
-
-?> \ No newline at end of file