aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_date/SPtests/bugs/876.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_date/SPtests/bugs/876.0.php')
-rw-r--r--simplepie/test/first_item_date/SPtests/bugs/876.0.php23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 8e01cdd00..000000000
--- a/simplepie/test/first_item_date/SPtests/bugs/876.0.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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