aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php')
-rw-r--r--simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php b/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php
deleted file mode 100644
index 4f6c31450..000000000
--- a/simplepie/test/first_item_content/SPtests/rss/0.92/atom/1.0/summary.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-class SimplePie_First_Item_Content_Test_RSS_092_Atom_10_Summary extends SimplePie_First_Item_Content_Test
-{
- function data()
- {
- $this->data =
-'<rss version="0.92" xmlns:a="http://www.w3.org/2005/Atom">
- <channel>
- <item>
- <a:summary>Item Description</a:summary>
- </item>
- </channel>
-</rss>';
- }
-
- function expected()
- {
- $this->expected = 'Item Description';
- }
-}
-
-?> \ No newline at end of file