aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_author_name/SPtests
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_author_name/SPtests')
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php24
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php24
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php26
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php26
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php24
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php24
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php21
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php25
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php23
-rw-r--r--simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php23
34 files changed, 0 insertions, 790 deletions
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php
deleted file mode 100644
index c095916ed..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.0/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_Atom_03_DC_10_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <entry>
- <dc:creator>Item Author</dc:creator>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php
deleted file mode 100644
index d113d437d..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/0.3/dc/1.1/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_Atom_03_DC_11_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <entry>
- <dc:creator>Item Author</dc:creator>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php
deleted file mode 100644
index 9227ed53a..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/0.3/feed.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Atom_03_Inheritance_Feed_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed version="0.3" xmlns="http://purl.org/atom/ns#">
- <author>
- <name>Item Author</name>
- </author>
- <entry>
- <title>Item Title</title>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php
deleted file mode 100644
index 85b59cc8a..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/0.3/name.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_Atom_03_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed version="0.3" xmlns="http://purl.org/atom/ns#">
- <entry>
- <author>
- <name>Item Author</name>
- </author>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php
deleted file mode 100644
index 46e152993..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.0/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_Atom_10_DC_10_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <entry>
- <dc:creator>Item Author</dc:creator>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php
deleted file mode 100644
index ef57ca7d5..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/1.0/dc/1.1/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_Atom_10_DC_11_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <entry>
- <dc:creator>Item Author</dc:creator>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php
deleted file mode 100644
index cc8507066..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/1.0/feed.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Atom_10_Inheritance_Feed_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed xmlns="http://www.w3.org/2005/Atom">
- <author>
- <name>Item Author</name>
- </author>
- <entry>
- <title>Item Title</title>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php
deleted file mode 100644
index 6bdbee31e..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/1.0/name.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_Atom_10_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed xmlns="http://www.w3.org/2005/Atom">
- <entry>
- <author>
- <name>Item Author</name>
- </author>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php b/simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php
deleted file mode 100644
index 34a59d7d5..000000000
--- a/simplepie/test/first_item_author_name/SPtests/atom/1.0/source.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Atom_10_Inheritance_Source_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<feed xmlns="http://www.w3.org/2005/Atom">
- <entry>
- <source>
- <author>
- <name>Item Author</name>
- </author>
- </source>
- </entry>
-</feed>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php
deleted file mode 100644
index 98c19b55d..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/0.3/name.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_090_Atom_03_Name extends SimplePie_First_Item_Author_Name_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#">
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php
deleted file mode 100644
index 5e9f2f3e0..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.90/atom/1.0/name.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_090_Atom_10_Name extends SimplePie_First_Item_Author_Name_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">
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php
deleted file mode 100644
index 36fec5ca8..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.0/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_090_DC_10_Creator extends SimplePie_First_Item_Author_Name_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/">
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php
deleted file mode 100644
index 1468447aa..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.90/dc/1.1/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_090_DC_11_Creator extends SimplePie_First_Item_Author_Name_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/">
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php
deleted file mode 100644
index 0103bb1ea..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/0.3/name.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Netscape_Atom_03_Name extends SimplePie_First_Item_Author_Name_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>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php
deleted file mode 100644
index 14e96823f..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/atom/1.0/name.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Netscape_Atom_10_Name extends SimplePie_First_Item_Author_Name_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>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php
deleted file mode 100644
index bb5b6ba33..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.0/creator.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Netscape_DC_10_Creator extends SimplePie_First_Item_Author_Name_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>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php
deleted file mode 100644
index 8e0792208..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-netscape/dc/1.1/creator.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Netscape_DC_11_Creator extends SimplePie_First_Item_Author_Name_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>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php
deleted file mode 100644
index ce3a62058..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/0.3/name.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Userland_Atom_03_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php
deleted file mode 100644
index 4645cd09c..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/atom/1.0/name.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Userland_Atom_10_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php
deleted file mode 100644
index 75c5ddc38..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.0/creator.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Userland_DC_10_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php
deleted file mode 100644
index 58ad0a22f..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.91-userland/dc/1.1/creator.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_091_Userland_DC_11_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php
deleted file mode 100644
index 083b40626..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/0.3/name.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_092_Atom_03_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php
deleted file mode 100644
index 41a017624..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.92/atom/1.0/name.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_092_Atom_10_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php
deleted file mode 100644
index dbf9f8ba6..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.0/creator.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_092_DC_10_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php
deleted file mode 100644
index 1cdfdfd9b..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/0.92/dc/1.1/creator.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_092_DC_11_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php
deleted file mode 100644
index 42f912573..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/0.3/name.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_10_Atom_03_Name extends SimplePie_First_Item_Author_Name_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#">
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php
deleted file mode 100644
index 927d365d7..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/1.0/atom/1.0/name.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_10_Atom_10_Name extends SimplePie_First_Item_Author_Name_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">
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php
deleted file mode 100644
index 9193b8b07..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.0/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_10_DC_10_Creator extends SimplePie_First_Item_Author_Name_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/">
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php
deleted file mode 100644
index e66373a57..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/1.0/dc/1.1/creator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_10_DC_11_Creator extends SimplePie_First_Item_Author_Name_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/">
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
-</rdf:RDF>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php
deleted file mode 100644
index 2a9b6b7a1..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/0.3/name.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_20_Atom_03_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php
deleted file mode 100644
index fc0d9df84..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/2.0/atom/1.0/name.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_20_Atom_10_Name extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <item>
- <a:author>
- <a:name>Item Author</a:name>
- </a:author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php
deleted file mode 100644
index cf0c7fce2..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/2.0/author.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_20_Author extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0">
- <channel>
- <item>
- <author>example@example.com (Item Author)</author>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = NULL;
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php
deleted file mode 100644
index 35c64dee0..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.0/creator.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_20_DC_10_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php b/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php
deleted file mode 100644
index 18e4e67f4..000000000
--- a/simplepie/test/first_item_author_name/SPtests/rss/2.0/dc/1.1/creator.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Author_Name_Test_RSS_20_DC_11_Creator extends SimplePie_First_Item_Author_Name_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <item>
- <dc:creator>Item Author</dc:creator>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Author';
- }
-}
-
-?> \ No newline at end of file