diff options
Diffstat (limited to 'simplepie/test/first_item_permalink/SPtests/bugs/156.0.php')
-rw-r--r-- | simplepie/test/first_item_permalink/SPtests/bugs/156.0.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/simplepie/test/first_item_permalink/SPtests/bugs/156.0.php b/simplepie/test/first_item_permalink/SPtests/bugs/156.0.php deleted file mode 100644 index 0f9c5151d..000000000 --- a/simplepie/test/first_item_permalink/SPtests/bugs/156.0.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_First_Item_Permalink_Test_Bug_156_Test_0 extends SimplePie_First_Item_Permalink_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <item> - <enclosure url="http://example.com/" length="1" type="audio/mpeg"/> - </item> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'http://example.com/'; - } -} - -?>
\ No newline at end of file |