]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/first_item_content/SPtests/atom/1.0/content.php
no need for simplepie test suite
[friendica.git] / simplepie / test / first_item_content / SPtests / atom / 1.0 / content.php
diff --git a/simplepie/test/first_item_content/SPtests/atom/1.0/content.php b/simplepie/test/first_item_content/SPtests/atom/1.0/content.php
deleted file mode 100644 (file)
index a35d9ba..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Content_Test_Atom_10_Content extends SimplePie_First_Item_Content_Test
-{
-       function data()
-       {
-               $this->data = 
-'<feed xmlns="http://www.w3.org/2005/Atom">
-       <entry>
-               <content>Item Description</content>
-       </entry>
-</feed>';
-       }
-       
-       function expected()
-       {
-               $this->expected = 'Item Description';
-       }
-}
-
-?>
\ No newline at end of file