From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- .../SPtests/rss/0.90/atom/1.0/content.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php (limited to 'simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php') diff --git a/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php new file mode 100644 index 000000000..2ed702431 --- /dev/null +++ b/simplepie/test/first_item_description/SPtests/rss/0.90/atom/1.0/content.php @@ -0,0 +1,21 @@ +data = +' + + Item Description + +'; + } + + function expected() + { + $this->expected = 'Item Description'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3