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