diff options
Diffstat (limited to 'simplepie/test/feed_image_width/SPtests/rss/2.0/width.php')
-rw-r--r-- | simplepie/test/feed_image_width/SPtests/rss/2.0/width.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/simplepie/test/feed_image_width/SPtests/rss/2.0/width.php b/simplepie/test/feed_image_width/SPtests/rss/2.0/width.php deleted file mode 100644 index 3572f9a8b..000000000 --- a/simplepie/test/feed_image_width/SPtests/rss/2.0/width.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -class SimplePie_Feed_Image_Width_Test_RSS_20_Width extends SimplePie_Feed_Image_Width_Test -{ - function data() - { - $this->data = -'<rss version="2.0"> - <channel> - <image> - <width>100</width> - </image> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 100.0; - } -} - -?>
\ No newline at end of file |