diff options
Diffstat (limited to 'simplepie/test/first_item_id/SPtests/rss/2.0/guid.php')
-rw-r--r-- | simplepie/test/first_item_id/SPtests/rss/2.0/guid.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/simplepie/test/first_item_id/SPtests/rss/2.0/guid.php b/simplepie/test/first_item_id/SPtests/rss/2.0/guid.php deleted file mode 100644 index 9af6e3a76..000000000 --- a/simplepie/test/first_item_id/SPtests/rss/2.0/guid.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_ID_Test_RSS_20_GUID extends SimplePie_First_Item_ID_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <guid>http://example.com/</guid> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file |