]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php
no need for simplepie test suite
[friendica.git] / simplepie / test / first_item_date / SPtests / rss / 0.92 / atom / 1.0 / published.php
diff --git a/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php b/simplepie/test/first_item_date/SPtests/rss/0.92/atom/1.0/published.php
deleted file mode 100644 (file)
index 5440557..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Date_Test_RSS_092_Atom_10_Published extends SimplePie_First_Item_Date_Test
-{
-       function data()
-       {
-               $this->data = 
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
-       <channel>
-               <item>
-                       <a:published>2007-01-11T16:00:00Z</a:published>
-               </item>
-       </channel>
-</rss>';
-       }
-       
-       function expected()
-       {
-               $this->expected = 1168531200;
-       }
-}
-
-?>
\ No newline at end of file