diff options
Diffstat (limited to 'simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php')
-rw-r--r-- | simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php deleted file mode 100644 index cceec1f2d..000000000 --- a/simplepie/test/feed_copyright/SPtests/rss/0.91-netscape/copyright.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -class SimplePie_Feed_Copyright_Test_RSS_091_Netscape_Copyright extends SimplePie_Feed_Copyright_Test -{ - function data() - { - $this->data = -'<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<rss version="0.91"> - <channel> - <copyright>Example Copyright Information</copyright> - </channel> -</rss>'; - } - - function expected() - { - $this->expected = 'Example Copyright Information'; - } -} - -?>
\ No newline at end of file |