aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_permalink/SPtests/bugs/10.1.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_permalink/SPtests/bugs/10.1.php')
-rw-r--r--simplepie/test/first_item_permalink/SPtests/bugs/10.1.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/simplepie/test/first_item_permalink/SPtests/bugs/10.1.php b/simplepie/test/first_item_permalink/SPtests/bugs/10.1.php
deleted file mode 100644
index 78f115049..000000000
--- a/simplepie/test/first_item_permalink/SPtests/bugs/10.1.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Permalink_Test_Bug_10_Test_1 extends SimplePie_First_Item_Permalink_Test
-{
- function data()
- {
- $this->data =
-'<rss version="2.0">
- <channel>
- <item>
- <guid isPermaLink="true">http://example.com/</guid>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'http://example.com/';
- }
-}
-
-?> \ No newline at end of file