aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/feed_title/SPtests/rss
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/feed_title/SPtests/rss')
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.90/atom/0.3/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.90/atom/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.90/dc/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.90/dc/1.1/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.90/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/0.3/title.php22
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/1.0/title.php22
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.0/title.php22
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.1/title.php22
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-netscape/title.php22
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/0.3/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.1/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.91-userland/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.92/atom/0.3/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.92/atom/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.92/dc/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.92/dc/1.1/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/0.92/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/1.0/atom/0.3/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/1.0/atom/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/1.0/dc/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/1.0/dc/1.1/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/2.0/atom/0.3/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/2.0/atom/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/2.0/dc/1.0/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/2.0/dc/1.1/title.php21
-rw-r--r--simplepie/test/feed_title/SPtests/rss/2.0/title.php21
30 files changed, 0 insertions, 635 deletions
diff --git a/simplepie/test/feed_title/SPtests/rss/0.90/atom/0.3/title.php b/simplepie/test/feed_title/SPtests/rss/0.90/atom/0.3/title.php
deleted file mode 100644
index 146f566f3..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.90/atom/0.3/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_090_Atom_03_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.90/atom/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.90/atom/1.0/title.php
deleted file mode 100644
index 6e6ce9387..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.90/atom/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_090_Atom_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.90/dc/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.90/dc/1.0/title.php
deleted file mode 100644
index e359b34db..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.90/dc/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_090_DC_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.90/dc/1.1/title.php b/simplepie/test/feed_title/SPtests/rss/0.90/dc/1.1/title.php
deleted file mode 100644
index a060e3c6f..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.90/dc/1.1/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_090_DC_11_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.90/title.php b/simplepie/test/feed_title/SPtests/rss/0.90/title.php
deleted file mode 100644
index cfde01d28..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.90/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_090_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/">
- <channel>
- <title>Feed Title</title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/0.3/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/0.3/title.php
deleted file mode 100644
index 51e0ef749..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/0.3/title.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Netscape_Atom_03_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/1.0/title.php
deleted file mode 100644
index 2daf561f6..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/atom/1.0/title.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Netscape_Atom_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.0/title.php
deleted file mode 100644
index c95fcd4d8..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.0/title.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Netscape_DC_10_Title extends SimplePie_Feed_Title_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>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.1/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.1/title.php
deleted file mode 100644
index b5c9c5211..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/dc/1.1/title.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Netscape_DC_11_Title extends SimplePie_Feed_Title_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.1/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-netscape/title.php
deleted file mode 100644
index 928bbbe81..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-netscape/title.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Netscape_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91">
- <channel>
- <title>Feed Title</title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/0.3/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/0.3/title.php
deleted file mode 100644
index b104820c0..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/0.3/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Userland_Atom_03_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/1.0/title.php
deleted file mode 100644
index f109e13de..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-userland/atom/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Userland_Atom_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.0/title.php
deleted file mode 100644
index 2d6e60833..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Userland_DC_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.1/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.1/title.php
deleted file mode 100644
index 6436bb446..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-userland/dc/1.1/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Userland_DC_11_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.91-userland/title.php b/simplepie/test/feed_title/SPtests/rss/0.91-userland/title.php
deleted file mode 100644
index 5ce3b1d4e..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.91-userland/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_091_Userland_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91">
- <channel>
- <title>Feed Title</title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.92/atom/0.3/title.php b/simplepie/test/feed_title/SPtests/rss/0.92/atom/0.3/title.php
deleted file mode 100644
index 48209c77b..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.92/atom/0.3/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_092_Atom_03_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.92/atom/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.92/atom/1.0/title.php
deleted file mode 100644
index 7af135c4d..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.92/atom/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_092_Atom_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.92/dc/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/0.92/dc/1.0/title.php
deleted file mode 100644
index dac1d51ef..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.92/dc/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_092_DC_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.92/dc/1.1/title.php b/simplepie/test/feed_title/SPtests/rss/0.92/dc/1.1/title.php
deleted file mode 100644
index 48ad28654..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.92/dc/1.1/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_092_DC_11_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/0.92/title.php b/simplepie/test/feed_title/SPtests/rss/0.92/title.php
deleted file mode 100644
index fe948f0d3..000000000
--- a/simplepie/test/feed_title/SPtests/rss/0.92/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_092_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92">
- <channel>
- <title>Feed Title</title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/1.0/atom/0.3/title.php b/simplepie/test/feed_title/SPtests/rss/1.0/atom/0.3/title.php
deleted file mode 100644
index 753863a24..000000000
--- a/simplepie/test/feed_title/SPtests/rss/1.0/atom/0.3/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_10_Atom_03_Title extends SimplePie_Feed_Title_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:title>Feed Title</a:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/1.0/atom/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/1.0/atom/1.0/title.php
deleted file mode 100644
index 8b8bfe95f..000000000
--- a/simplepie/test/feed_title/SPtests/rss/1.0/atom/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_10_Atom_10_Title extends SimplePie_Feed_Title_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:title>Feed Title</a:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/1.0/dc/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/1.0/dc/1.0/title.php
deleted file mode 100644
index 2239c10f6..000000000
--- a/simplepie/test/feed_title/SPtests/rss/1.0/dc/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_10_DC_10_Title extends SimplePie_Feed_Title_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:title>Feed Title</dc:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/1.0/dc/1.1/title.php b/simplepie/test/feed_title/SPtests/rss/1.0/dc/1.1/title.php
deleted file mode 100644
index d764d2715..000000000
--- a/simplepie/test/feed_title/SPtests/rss/1.0/dc/1.1/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_10_DC_11_Title extends SimplePie_Feed_Title_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:title>Feed Title</dc:title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/1.0/title.php
deleted file mode 100644
index bcf55cf8a..000000000
--- a/simplepie/test/feed_title/SPtests/rss/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_10_Title extends SimplePie_Feed_Title_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>
- <title>Feed Title</title>
- </channel>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/2.0/atom/0.3/title.php b/simplepie/test/feed_title/SPtests/rss/2.0/atom/0.3/title.php
deleted file mode 100644
index deda0f1e7..000000000
--- a/simplepie/test/feed_title/SPtests/rss/2.0/atom/0.3/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_20_Atom_03_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/2.0/atom/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/2.0/atom/1.0/title.php
deleted file mode 100644
index b71cfa2b9..000000000
--- a/simplepie/test/feed_title/SPtests/rss/2.0/atom/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_20_Atom_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <a:title>Feed Title</a:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/2.0/dc/1.0/title.php b/simplepie/test/feed_title/SPtests/rss/2.0/dc/1.0/title.php
deleted file mode 100644
index e84fb0c8f..000000000
--- a/simplepie/test/feed_title/SPtests/rss/2.0/dc/1.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_20_DC_10_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/2.0/dc/1.1/title.php b/simplepie/test/feed_title/SPtests/rss/2.0/dc/1.1/title.php
deleted file mode 100644
index 2a7dd59d8..000000000
--- a/simplepie/test/feed_title/SPtests/rss/2.0/dc/1.1/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_20_DC_11_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <dc:title>Feed Title</dc:title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/feed_title/SPtests/rss/2.0/title.php b/simplepie/test/feed_title/SPtests/rss/2.0/title.php
deleted file mode 100644
index a2659932c..000000000
--- a/simplepie/test/feed_title/SPtests/rss/2.0/title.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Title_Test_RSS_20_Title extends SimplePie_Feed_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0">
- <channel>
- <title>Feed Title</title>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Feed Title';
- }
-}
-
-?> \ No newline at end of file