]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/feed_image_height/SPtests/rss/0.91-userland/atom/1.0/icon-default.php
no need for simplepie test suite
[friendica.git] / simplepie / test / feed_image_height / SPtests / rss / 0.91-userland / atom / 1.0 / icon-default.php
diff --git a/simplepie/test/feed_image_height/SPtests/rss/0.91-userland/atom/1.0/icon-default.php b/simplepie/test/feed_image_height/SPtests/rss/0.91-userland/atom/1.0/icon-default.php
deleted file mode 100644 (file)
index 7e0222c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Image_Height_Test_RSS_091_Userland_Atom_10_Icon_Default extends SimplePie_Feed_Image_Height_Test
-{
-       function data()
-       {
-               $this->data = 
-'<rss version="0.91" xmlns:a="http://www.w3.org/2005/Atom">
-       <channel>
-               <a:icon>http://example.com/</a:icon>
-       </channel>
-</rss>';
-       }
-       
-       function expected()
-       {
-               $this->expected = NULL;
-       }
-}
-
-?>
\ No newline at end of file