diff options
Diffstat (limited to 'simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php')
-rw-r--r-- | simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php deleted file mode 100644 index f364e7b3c..000000000 --- a/simplepie/test/feed_copyright/SPtests/rss/0.92/copyright.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -class SimplePie_Feed_Copyright_Test_RSS_092_Copyright extends SimplePie_Feed_Copyright_Test -{ - function data() - { - $this->data = -'<rss version="0.92"> - <channel> - <copyright>Example Copyright Information</copyright> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Example Copyright Information'; - } -} - -?>
\ No newline at end of file |