]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php
Add simplepie
[friendica.git] / simplepie / test / feed_copyright / SPtests / rss / 0.91-userland / dc / 1.1 / rights.php
diff --git a/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php b/simplepie/test/feed_copyright/SPtests/rss/0.91-userland/dc/1.1/rights.php
new file mode 100644 (file)
index 0000000..aaa1326
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+
+class SimplePie_Feed_Copyright_Test_RSS_091_Userland_DC_11_Rights extends SimplePie_Feed_Copyright_Test
+{
+       function data()
+       {
+               $this->data = 
+'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
+       <channel>
+               <dc:rights>Example Copyright Information</dc:rights>
+       </channel>
+</rss>';
+       }
+       
+       function expected()
+       {
+               $this->expected = 'Example Copyright Information';
+       }
+}
+
+?>
\ No newline at end of file