aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php')
-rw-r--r--simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php
new file mode 100644
index 000000000..7d38369d6
--- /dev/null
+++ b/simplepie/test/first_item_date/SPtests/rss/0.91-userland/dc/1.1/date.php
@@ -0,0 +1,23 @@
+<?php
+
+class SimplePie_First_Item_Date_Test_RSS_091_Userland_DC_11_Date extends SimplePie_First_Item_Date_Test
+{
+ function data()
+ {
+ $this->data =
+'<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <channel>
+ <item>
+ <dc:date>2007-01-11T16:00:00Z</dc:date>
+ </item>
+ </channel>
+</rss>';
+ }
+
+ function expected()
+ {
+ $this->expected = 1168531200;
+ }
+}
+
+?> \ No newline at end of file