diff options
Diffstat (limited to 'simplepie/test/date/W3CDTF/1.php')
-rw-r--r-- | simplepie/test/date/W3CDTF/1.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/simplepie/test/date/W3CDTF/1.php b/simplepie/test/date/W3CDTF/1.php new file mode 100644 index 000000000..d11a59f38 --- /dev/null +++ b/simplepie/test/date/W3CDTF/1.php @@ -0,0 +1,16 @@ +<?php + +class SimplePie_Date_Test_W3CDTF_1 extends SimplePie_Date_Test +{ + function data() + { + $this->data = '1994-11-05T08:15:30-05:00'; + } + + function expected() + { + $this->expected = 784041330; + } +} + +?>
\ No newline at end of file |