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