diff options
Diffstat (limited to 'simplepie/test/first_item_content/SPtests')
50 files changed, 0 insertions, 1113 deletions
diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/atom/0.3/content.php deleted file mode 100644 index 7c7efb32d..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/0.3/content.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_03_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <content>Item Description</content> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php deleted file mode 100644 index d964440c2..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.0/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_03_DC_10_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php deleted file mode 100644 index 79a91f4d8..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/0.3/dc/1.1/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_03_DC_11_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/atom/0.3/summary.php deleted file mode 100644 index 420f00702..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/0.3/summary.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_03_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<feed version="0.3" xmlns="http://purl.org/atom/ns#"> - <entry> - <summary>Item Description</summary> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/atom/1.0/content.php deleted file mode 100644 index a35d9bac8..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/1.0/content.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_10_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <content>Item Description</content> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php deleted file mode 100644 index 37ec188f2..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.0/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_10_DC_10_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <entry> - <dc:description>Item Description</dc:description> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php deleted file mode 100644 index dca7893cf..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/1.0/dc/1.1/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_10_DC_11_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <entry> - <dc:description>Item Description</dc:description> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/atom/1.0/summary.php deleted file mode 100644 index 42028baac..000000000 --- a/simplepie/test/first_item_content/SPtests/atom/1.0/summary.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_Atom_10_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<feed xmlns="http://www.w3.org/2005/Atom"> - <entry> - <summary>Item Description</summary> - </entry> -</feed>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/rss/0.90/atom/0.3/content.php deleted file mode 100644 index ee5a6226c..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/0.3/content.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_Atom_03_Content extends SimplePie_First_Item_Content_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:content>Item Description</a:content> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.90/atom/0.3/summary.php deleted file mode 100644 index f1d8a56eb..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/0.3/summary.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_Atom_03_Summary extends SimplePie_First_Item_Content_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:summary>Item Description</a:summary> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/rss/0.90/atom/1.0/content.php deleted file mode 100644 index 4c12dcb54..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/1.0/content.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_Atom_10_Content extends SimplePie_First_Item_Content_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:content>Item Description</a:content> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.90/atom/1.0/summary.php deleted file mode 100644 index cc6de11ea..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/atom/1.0/summary.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_Atom_10_Summary extends SimplePie_First_Item_Content_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:summary>Item Description</a:summary> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/0.90/dc/1.0/description.php deleted file mode 100644 index 26c18ca29..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/dc/1.0/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_DC_10_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/rss/0.90/dc/1.1/description.php deleted file mode 100644 index 495efcba0..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/dc/1.1/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_DC_11_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.90/description.php b/simplepie/test/first_item_content/SPtests/rss/0.90/description.php deleted file mode 100644 index cbf6096f5..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.90/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_090_Description extends SimplePie_First_Item_Content_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/"> - <item> - <description>Item Description</description> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = NULL; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/0.3/content.php deleted file mode 100644 index 9ddd30750..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/0.3/content.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_Atom_03_Content extends SimplePie_First_Item_Content_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:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/0.3/summary.php deleted file mode 100644 index 1833d359f..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/0.3/summary.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_Atom_03_Summary extends SimplePie_First_Item_Content_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:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/1.0/content.php deleted file mode 100644 index 7a4ac164e..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/1.0/content.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_Atom_10_Content extends SimplePie_First_Item_Content_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:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/1.0/summary.php deleted file mode 100644 index e90f938e8..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/atom/1.0/summary.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_Atom_10_Summary extends SimplePie_First_Item_Content_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:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/dc/1.0/description.php deleted file mode 100644 index 9606684c8..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/dc/1.0/description.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_DC_10_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/dc/1.1/description.php deleted file mode 100644 index 5b9a2aede..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/dc/1.1/description.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_DC_11_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/description.php b/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/description.php deleted file mode 100644 index 0b1e8e618..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-netscape/description.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Netscape_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <item> - <description>Item Description</description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/0.3/content.php deleted file mode 100644 index 4287801e7..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/0.3/content.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_Atom_03_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/0.3/summary.php deleted file mode 100644 index 690a0eced..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/0.3/summary.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_Atom_03_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/1.0/content.php deleted file mode 100644 index cab5aa6e9..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/1.0/content.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_Atom_10_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/1.0/summary.php deleted file mode 100644 index f0f50d0a0..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/atom/1.0/summary.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_Atom_10_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/dc/1.0/description.php deleted file mode 100644 index 4a63d5e4f..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/dc/1.0/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_DC_10_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <item> - <dc:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/dc/1.1/description.php deleted file mode 100644 index d745953fb..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/dc/1.1/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_DC_11_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <item> - <dc:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/description.php b/simplepie/test/first_item_content/SPtests/rss/0.91-userland/description.php deleted file mode 100644 index 70353eeb9..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.91-userland/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_091_Userland_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.91"> - <channel> - <item> - <description>Item Description</description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/rss/0.92/atom/0.3/content.php deleted file mode 100644 index 728dfb2d5..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/0.3/content.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_Atom_03_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.92/atom/0.3/summary.php deleted file mode 100644 index 195ef3601..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/0.3/summary.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_Atom_03_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/content.php deleted file mode 100644 index f24278523..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/content.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_Atom_10_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php deleted file mode 100644 index 4f6c31450..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_Atom_10_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/0.92/dc/1.0/description.php deleted file mode 100644 index 8e5519261..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/dc/1.0/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_DC_10_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <item> - <dc:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/rss/0.92/dc/1.1/description.php deleted file mode 100644 index 831b7c5a3..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/dc/1.1/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_DC_11_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <item> - <dc:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/description.php b/simplepie/test/first_item_content/SPtests/rss/0.92/description.php deleted file mode 100644 index eacb8ccfd..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/0.92/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_092_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="0.92"> - <channel> - <item> - <description>Item Description</description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/rss/1.0/atom/0.3/content.php deleted file mode 100644 index bbb324a6e..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/0.3/content.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_Atom_03_Content extends SimplePie_First_Item_Content_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:content>Item Description</a:content> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/rss/1.0/atom/0.3/summary.php deleted file mode 100644 index 522508bf9..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/0.3/summary.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_Atom_03_Summary extends SimplePie_First_Item_Content_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:summary>Item Description</a:summary> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/rss/1.0/atom/1.0/content.php deleted file mode 100644 index 6d63fd157..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/1.0/content.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_Atom_10_Content extends SimplePie_First_Item_Content_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:content>Item Description</a:content> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/1.0/atom/1.0/summary.php deleted file mode 100644 index 7d252362f..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/atom/1.0/summary.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_Atom_10_Summary extends SimplePie_First_Item_Content_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:summary>Item Description</a:summary> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/1.0/dc/1.0/description.php deleted file mode 100644 index 8e7ea6a91..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/dc/1.0/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_DC_10_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/rss/1.0/dc/1.1/description.php deleted file mode 100644 index b648349b5..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/dc/1.1/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_DC_11_Description extends SimplePie_First_Item_Content_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:description>Item Description</dc:description> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/1.0/description.php deleted file mode 100644 index c38cb6a4d..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/1.0/description.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_10_Description extends SimplePie_First_Item_Content_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/"> - <item> - <description>Item Description</description> - </item> -</rdf:RDF>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/0.3/content.php b/simplepie/test/first_item_content/SPtests/rss/2.0/atom/0.3/content.php deleted file mode 100644 index 9d8d7a436..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/0.3/content.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_Atom_03_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/0.3/summary.php b/simplepie/test/first_item_content/SPtests/rss/2.0/atom/0.3/summary.php deleted file mode 100644 index 3964ec9b3..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/0.3/summary.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_Atom_03_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://purl.org/atom/ns#"> - <channel> - <item> - <a:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/rss/2.0/atom/1.0/content.php deleted file mode 100644 index fac5d7d8f..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/1.0/content.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_Atom_10_Content extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:content>Item Description</a:content> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/2.0/atom/1.0/summary.php deleted file mode 100644 index 13e8b7318..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/atom/1.0/summary.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_Atom_10_Summary extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:a="http://www.w3.org/2005/Atom"> - <channel> - <item> - <a:summary>Item Description</a:summary> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/dc/1.0/description.php b/simplepie/test/first_item_content/SPtests/rss/2.0/dc/1.0/description.php deleted file mode 100644 index a4844832e..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/dc/1.0/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_DC_10_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.0/"> - <channel> - <item> - <dc:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/dc/1.1/description.php b/simplepie/test/first_item_content/SPtests/rss/2.0/dc/1.1/description.php deleted file mode 100644 index 27eae4f7a..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/dc/1.1/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_DC_11_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> - <item> - <dc:description>Item Description</dc:description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file diff --git a/simplepie/test/first_item_content/SPtests/rss/2.0/description.php b/simplepie/test/first_item_content/SPtests/rss/2.0/description.php deleted file mode 100644 index bdbb248b0..000000000 --- a/simplepie/test/first_item_content/SPtests/rss/2.0/description.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Content_Test_RSS_20_Description extends SimplePie_First_Item_Content_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <description>Item Description</description> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Item Description'; - } -} - -?>
\ No newline at end of file |