]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php
no need for simplepie test suite
[friendica.git] / simplepie / test / feed_copyright / SPtests / rss / 2.0 / copyright.php
diff --git a/simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php b/simplepie/test/feed_copyright/SPtests/rss/2.0/copyright.php
deleted file mode 100644 (file)
index 273424b..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_Feed_Copyright_Test_RSS_20_Copyright extends SimplePie_Feed_Copyright_Test
-{
-       function data()
-       {
-               $this->data = 
-'<rss version="2.0">
-       <channel>
-               <copyright>Example Copyright Information</copyright>
-       </channel>
-</rss>';
-       }
-       
-       function expected()
-       {
-               $this->expected = 'Example Copyright Information';
-       }
-}
-
-?>
\ No newline at end of file