diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:36:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:36:10 -0700 |
commit | 3713a9291cfb5d9fad160abd8f4a167693171998 (patch) | |
tree | 3c17af9f4d13ae97209db48cd4ab614a500b6605 /simplepie/test/feed_title/SPtests/rss/0.91-userland | |
parent | 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 (diff) | |
download | volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.gz volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.bz2 volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.zip |
no need for simplepie test suite
Diffstat (limited to 'simplepie/test/feed_title/SPtests/rss/0.91-userland')
5 files changed, 0 insertions, 105 deletions
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 |