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/first_item_content/SPtests/atom | |
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/first_item_content/SPtests/atom')
8 files changed, 0 insertions, 168 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 |