]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/feed_description/SPtests/rss/0.91-userland/atom/0.3/tagline.php
Add simplepie
[friendica.git] / simplepie / test / feed_description / SPtests / rss / 0.91-userland / atom / 0.3 / tagline.php
diff --git a/simplepie/test/feed_description/SPtests/rss/0.91-userland/atom/0.3/tagline.php b/simplepie/test/feed_description/SPtests/rss/0.91-userland/atom/0.3/tagline.php
new file mode 100644 (file)
index 0000000..2a44a8e
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+
+class SimplePie_Feed_Description_Test_RSS_091_Userland_Atom_03_Tagline extends SimplePie_Feed_Description_Test
+{
+       function data()
+       {
+               $this->data = 
+'<rss version="0.91" xmlns:a="http://purl.org/atom/ns#">
+       <channel>
+               <a:tagline>Feed Description</a:tagline>
+       </channel>
+</rss>';
+       }
+       
+       function expected()
+       {
+               $this->expected = 'Feed Description';
+       }
+}
+
+?>
\ No newline at end of file