diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:34:42 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-05 03:34:42 -0700 |
commit | 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 (patch) | |
tree | 0bfe8d04f4b11abdbea41fe9bf6e165eec8ebc4b /simplepie/test/first_item_date/SPtests/bugs | |
parent | f5826105bfc514599b2c5b6692bca14ca4bc5d78 (diff) | |
download | volse-hubzilla-9f7ae0e95f89b964a098eaacdfd89ff25e05c615.tar.gz volse-hubzilla-9f7ae0e95f89b964a098eaacdfd89ff25e05c615.tar.bz2 volse-hubzilla-9f7ae0e95f89b964a098eaacdfd89ff25e05c615.zip |
Add simplepie
Diffstat (limited to 'simplepie/test/first_item_date/SPtests/bugs')
-rw-r--r-- | simplepie/test/first_item_date/SPtests/bugs/876.0.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/simplepie/test/first_item_date/SPtests/bugs/876.0.php b/simplepie/test/first_item_date/SPtests/bugs/876.0.php new file mode 100644 index 000000000..8e01cdd00 --- /dev/null +++ b/simplepie/test/first_item_date/SPtests/bugs/876.0.php @@ -0,0 +1,23 @@ +<?php + +class SimplePie_First_Item_Date_Test_Bug_876_Test_0 extends SimplePie_First_Item_Date_Test +{ + function data() + { + $this->data = +'<rss version="2.0"> + <channel> + <item> + <pubDate></pubDate> + </item> + </channel> +</rss>'; + } + + function expected() + { + $this->expected = null; + } +} + +?>
\ No newline at end of file |