diff options
Diffstat (limited to 'simplepie/test/feed_title/SPtests/rss/0.92')
5 files changed, 0 insertions, 105 deletions
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 |