aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_title/SPtests/rss/0.91-userland
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-05 03:36:10 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-05 03:36:10 -0700
commit3713a9291cfb5d9fad160abd8f4a167693171998 (patch)
tree3c17af9f4d13ae97209db48cd4ab614a500b6605 /simplepie/test/first_item_title/SPtests/rss/0.91-userland
parent9f7ae0e95f89b964a098eaacdfd89ff25e05c615 (diff)
downloadvolse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.gz
volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.tar.bz2
volse-hubzilla-3713a9291cfb5d9fad160abd8f4a167693171998.zip
no need for simplepie test suite
Diffstat (limited to 'simplepie/test/first_item_title/SPtests/rss/0.91-userland')
-rw-r--r--simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/0.3/title.php23
-rw-r--r--simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/1.0/title.php23
-rw-r--r--simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.0/title.php23
-rw-r--r--simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.1/title.php23
-rw-r--r--simplepie/test/first_item_title/SPtests/rss/0.91-userland/title.php23
5 files changed, 0 insertions, 115 deletions
diff --git a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/0.3/title.php b/simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/0.3/title.php
deleted file mode 100644
index 30ebf1a28..000000000
--- a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/0.3/title.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Title_Test_RSS_091_Userland_Atom_03_Title extends SimplePie_First_Item_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#">
- <channel>
- <item>
- <a:title>Item Title</a:title>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/1.0/title.php b/simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/1.0/title.php
deleted file mode 100644
index 610cf123a..000000000
--- a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/atom/1.0/title.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Title_Test_RSS_091_Userland_Atom_10_Title extends SimplePie_First_Item_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <item>
- <a:title>Item Title</a:title>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.0/title.php b/simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.0/title.php
deleted file mode 100644
index 4697173a8..000000000
--- a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.0/title.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Title_Test_RSS_091_Userland_DC_10_Title extends SimplePie_First_Item_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.0/">
- <channel>
- <item>
- <dc:title>Item Title</dc:title>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.1/title.php b/simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.1/title.php
deleted file mode 100644
index 33e76fa89..000000000
--- a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/dc/1.1/title.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Title_Test_RSS_091_Userland_DC_11_Title extends SimplePie_First_Item_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <channel>
- <item>
- <dc:title>Item Title</dc:title>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Title';
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/title.php b/simplepie/test/first_item_title/SPtests/rss/0.91-userland/title.php
deleted file mode 100644
index 384144ce5..000000000
--- a/simplepie/test/first_item_title/SPtests/rss/0.91-userland/title.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Title_Test_RSS_091_Userland_Title extends SimplePie_First_Item_Title_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.91">
- <channel>
- <item>
- <title>Item Title</title>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Title';
- }
-}
-
-?> \ No newline at end of file